xpath.NodeItem
¶
The NodeItem class is the internal representation of an xpath/xslt/xquery data model node item.
Base class: xpath.Item
- class xpath.NodeItem¶
Class methods¶
- classmethod xpath.NodeItem.create_from_informationItem(InformationItem item, Session session)¶
Methods¶
- xpath.NodeItem.informationItem()¶
Return the referenced xml.InformationItem.
- xpath.Item.type_name()
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__