xquery.xpath.ArrayItem
¶
The ArrayItem class is the internal representation of an xpath/xslt/xquery data model array item.
Base class: xquery.xpath.FunctionItem
-> xquery.xpath.Item
- class xquery.xpath.ArrayItem(Session session)¶
Class methods¶
- classmethod xquery.xpath.ArrayItem.create_from_sequence(Sequence seq)¶
Attributes¶
- xquery.xpath.FunctionItem.arity
- xquery.xpath.FunctionItem.name
- xquery.xpath.FunctionItem.signature
Methods¶
- xquery.xpath.ArrayItem.append(Sequence seq)¶
- xquery.xpath.Item.type_name()
Special methods¶
__delitem__, __eq__, __ge__, __getitem__, __gt__, __iadd__, __iter__, __le__, __len__, __lt__, __ne__, __setitem__