2003-02-12 01:57:20 +00:00
<Type Name= "Document" FullName= "Atk.Document" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public interface Document : GLib.IWrapper" />
2003-02-12 01:57:20 +00:00
<AssemblyInfo >
<AssemblyName > atk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2005-06-17 18:43:30 +00:00
<AssemblyVersion > 2.6.0.0</AssemblyVersion>
2003-02-12 01:57:20 +00:00
</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>
<Interfaces >
<Interface >
<InterfaceName > GLib.IWrapper</InterfaceName>
</Interface>
</Interfaces>
<Members >
<Member MemberName= "TheDocument" >
2005-05-23 20:41:51 +00:00
<MemberSignature Language= "C#" Value= "public IntPtr TheDocument { get; };" />
2003-02-12 01:57:20 +00:00
<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>
2005-05-23 20:41:51 +00:00
<value > a pointer to an instance of the DOM.</value>
2004-07-27 21:00:05 +00:00
<remarks />
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= "DocumentType" >
2005-05-23 20:41:51 +00:00
<MemberSignature Language= "C#" Value= "public string DocumentType { get; };" />
2003-02-12 01:57:20 +00:00
<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>
2005-05-23 20:41:51 +00:00
<value > a string indicating the document type</value>
2004-07-27 21:00:05 +00:00
<remarks />
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
</Members>
2005-05-23 20:41:51 +00:00
</Type>