xpath.ArrayItem

The ArrayItem class is the internal representation of an xpath/xslt/xquery data model array item.

Base class: xpath.FunctionItem -> xpath.Item

class xpath.ArrayItem(Session session)

Class methods

classmethod xpath.ArrayItem.create_from_sequence(Sequence seq)

Attributes

xpath.FunctionItem.arity
xpath.FunctionItem.name
xpath.FunctionItem.signature

Methods

xpath.ArrayItem.append(Sequence seq)
xpath.Item.type_name()

Special methods

__delitem__, __eq__, __ge__, __getitem__, __gt__, __iadd__, __iter__, __le__, __len__, __lt__, __ne__, __setitem__