XdmType.Element MethodXdmType.Element MethodXdmType::Element Method
- XmlPrime 2.7
- Other Versions ▼
Overload List
| Name | Description |
---|
  | Element ()Element ()Element () |
Returns a reference to the type matching any element.
|
  | Element (string, string)Element (String, String)Element (String^, String^) |
Returns an XdmTypeXdmTypeXdmType instance corresponding to the element type with the specified name.
|
  | Element (string, string, XmlSchemaType, bool)Element (String, String, XmlSchemaType, Boolean)Element (String^, String^, XmlSchemaType^, bool) |
Returns an XdmTypeXdmTypeXdmType instance corresponding to the element type with the specified name and type annotation.
|
  | Element (XmlQualifiedName)Element (XmlQualifiedName)Element (XmlQualifiedName^) |
Returns an XdmTypeXdmTypeXdmType instance corresponding to the element type with the specified name.
|
  | Element (XmlQualifiedName, XmlSchemaType, bool)Element (XmlQualifiedName, XmlSchemaType, Boolean)Element (XmlQualifiedName^, XmlSchemaType^, bool) |
Returns an XdmTypeXdmTypeXdmType instance corresponding to the element type with the specified name and type annotation.
|
Top