XdmType.Document MethodXdmType.Document MethodXdmType::Document Method

Returns an XdmTypeXdmTypeXdmType instance corresponding to the document type.

Overload List

 NameDescription
Public methodstaticDocument ()Document ()Document () Returns a reference to the type matching all document nodes.
Public methodstaticDocument (string, string)Document (String, String)Document (String^, String^) Returns an XdmTypeXdmTypeXdmType instance corresponding to the document type with element content with the specified name.
Public methodstaticDocument (string, string, XmlSchemaType, bool)Document (String, String, XmlSchemaType, Boolean)Document (String^, String^, XmlSchemaType^, bool) Returns an XdmTypeXdmTypeXdmType instance corresponding to the document type with element content with the specified name and type annotation.
Public methodstaticDocument (XmlQualifiedName)Document (XmlQualifiedName)Document (XmlQualifiedName^) Returns an XdmTypeXdmTypeXdmType instance corresponding to the document type with element content with the specified name.
Public methodstaticDocument (XmlQualifiedName, XmlSchemaType, bool)Document (XmlQualifiedName, XmlSchemaType, Boolean)Document (XmlQualifiedName^, XmlSchemaType^, bool) Returns an XdmTypeXdmTypeXdmType instance corresponding to the document type with element content with the specified name and type annotation.

Top