xslt.xpath.MapItem

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

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

class xslt.xpath.MapItem(Session session)

Attributes

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

Methods

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

Special methods

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