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