beta.xquery.xpath.MapItem

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

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

class beta.xquery.xpath.MapItem(Session session)

Attributes

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

Methods

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

Special methods

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