XdmType.Document MethodXdmType.Document MethodXdmType::Document Method
- XmlPrime 3.1
- Other Versions ▼
Overload List
| Name | Description |
---|
  | Document ()Document ()Document () |
Returns a reference to the type matching all document nodes.
|
  | Document (string, string)Document (String, String)Document (String^, String^) |
Returns an XdmTypeXdmTypeXdmType instance corresponding to the document type with element content with the specified name.
|
  | Document (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.
|
  | Document (XmlQualifiedName)Document (XmlQualifiedName)Document (XmlQualifiedName^) |
Returns an XdmTypeXdmTypeXdmType instance corresponding to the document type with element content with the specified name.
|
  | Document (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