Xinf API Reference
Back | Index
interface xinf.xml.IBinding

Represents a Binding of XML content to instantiated Nodes.

Usually, the one incarnation of this interface, Binding, should be enough for most purposes.

function instantiate( xml:Xml ) :Node

Instantiate (unmarshals/deserializes) the given xml, and returns the instantiated Node.

The returned Node will yet be empty (fromXml is not yet called).

Back | Index