XdmNodeKind¶
- class XdmNodeKind(*values)¶
Bases:
IntEnum- ANCESTOR = 0¶
- ANCESTOR_OR_SELF = 1¶
- ATTRIBUTE = 2¶
- CHILD = 3¶
- DESCENDANT = 4¶
- DESCENDANT_OR_SELF = 5¶
- FOLLOWING = 6¶
- FOLLOWING_SIBLING = 7¶
- NAMESPACE = 8¶
- PARENT = 9¶
- PRECEDING = 10¶
- PRECEDING_SIBLING = 11¶
- SELF = 12¶
- __format__(format_spec, /)¶
Convert to a string according to format_spec.
- __module__ = 'saxoncee'¶
- __new__(value)¶