Interface Mapping

Represent a mapping / object in a document

interface Mapping
  : Node ;

Methods

NameDescription
length ()
opApply (dg) Iterates over this object, passing each entry to the dg
asMapping ()
asScalar ()
asSequence ()
location ()
type ()

Enums

NameDescription
Type The Node type

Aliases

NameDescription
MapIterator The delegate type to iterate over a mapping