XdmType
¶
class
XdmType
(
*
values
)
¶
Bases:
IntEnum
XDM_ARRAY
=
3
¶
XDM_ATOMIC_VALUE
=
1
¶
XDM_EMPTY
=
6
¶
XDM_FUNCTION_ITEM
=
5
¶
XDM_ITEM
=
7
¶
XDM_MAP
=
4
¶
XDM_NODE
=
2
¶
XDM_VALUE
=
0
¶
__format__
(
format_spec
,
/
)
¶
Convert to a string according to format_spec.
__module__
=
'saxoncee'
¶
__new__
(
value
)
¶
Saxon C
Navigation
Contents:
PySaxonProcessor
PyXslt30Processor
PyXsltExecutable
PyXQueryProcessor
PyXPathProcessor
XDM Values, Items, Nodes and supporting functions
PyXdmValue
PyXdmItem
PyXdmAtomicValue
PyXdmFunctionItem
PyXdmMap
PyXdmArray
PyXdmNode
XdmType
XdmNodeKind
PyDocumentBuilder
PySchemaValidator
PySaxonApiError
Related Topics
Documentation overview
XDM Values, Items, Nodes and supporting functions
Previous:
PyXdmNode
Next:
XdmNodeKind