XdmType.Document MethodXdmType.Document MethodXdmType::Document Method

Creates a reference to a 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^) Creates a reference to the document type with element content with the specified name.
Public methodstaticDocument (string, string, string, string, bool)Document (String, String, String, String, Boolean)Document (String^, String^, String^, String^, bool) Creates a reference to the document type with element content with the specified name and type annotation.
Public methodstaticDocument (string, string, XmlSchemaType, bool)Document (String, String, XmlSchemaType, Boolean)Document (String^, String^, XmlSchemaType^, bool) Creates a reference to the document type with element content with the specified name and type annotation.
Public methodstaticDocument (XmlQualifiedName)Document (XmlQualifiedName)Document (XmlQualifiedName^) Creates a reference to the document type with element content with the specified name.
Public methodstaticDocument (XmlQualifiedName, XmlSchemaType, bool)Document (XmlQualifiedName, XmlSchemaType, Boolean)Document (XmlQualifiedName^, XmlSchemaType^, bool) Creates a reference to the document type with element content with the specified name and type annotation.
Public methodstaticDocument (XmlQualifiedName, XmlQualifiedName, bool)Document (XmlQualifiedName, XmlQualifiedName, Boolean)Document (XmlQualifiedName^, XmlQualifiedName^, bool) Creates a reference to the document type with element content with the specified name and type annotation.

Top