xpath.MapItem

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

Base class: xpath.FunctionItem -> xpath.Item

class xpath.MapItem(Session session)

Attributes

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

Methods

xpath.MapItem.items()
xpath.MapItem.keys()
xpath.MapItem.set_value(AtomicItem key, Sequence value)
xpath.Item.type_name()

Special methods

__eq__, __ge__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__