![]() ForType | Given an XDM type name string ("xs:string", "xs:time", "text()", etc) return the corresponding ItemType instance. If the string does not match any of the known types, null is returned. |
Atomic | True for atomic item types, false otherwise. |
Node | True for node item types, false otherwise. |
Sequence | Always false for XdmItem types. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
ToString (inherited from ValueType) | The name of this XQuery type, as a string. |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
ItemType Class | Marklogic.Xcc.Types Namespace