xquery.xpath.MapItem

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

Base class: xquery.xpath.FunctionItem -> xquery.xpath.Item

class xquery.xpath.MapItem(Session session)

Attributes

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

Methods

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

Special methods

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