2003-02-12 01:57:20 +00:00
<Type Name= "Document" FullName= "Atk.Document" >
2003-02-15 03:08:25 +00:00
<TypeSignature Language= "C#" Value= "public abstract interface Document;" Maintainer= "auto" />
2003-02-12 01:57:20 +00:00
<AssemblyInfo >
<AssemblyName > atk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 01:57:20 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 01:57:20 +00:00
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
2003-02-12 01:57:20 +00:00
<Docs >
2004-07-27 21:00:05 +00:00
<summary > The interface which allows access to a DOM associated with on object.</summary>
<remarks > The <see cref= "T:Atk.Document" /> interface should be supported by any object that has an associated document object model (DOM). This interface provides the standard mechanism allowing an assistive technology access to the DOM.</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
<Base />
<Interfaces >
<Interface >
<InterfaceName > GLib.IWrapper</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members >
<Member MemberName= "TheDocument" >
<MemberSignature Language= "C#" Value= "public virtual IntPtr TheDocument { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.IntPtr</ReturnType>
</ReturnValue>
<Docs >
2004-07-27 21:00:05 +00:00
<summary > Gets a pointer that points to an instance of the DOM.</summary>
<returns > a pointer to an instance of the DOM.</returns>
<remarks />
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= "DocumentType" >
<MemberSignature Language= "C#" Value= "public virtual string DocumentType { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
<Docs >
2004-07-27 21:00:05 +00:00
<summary > Gets a string indicating the document type.</summary>
<returns > a string indicating the document type</returns>
<remarks />
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
</Members>
2003-09-17 21:56:59 +00:00
</Type>