Represents a Binding of XML content to instantiated Nodes.
Usually, the one incarnation of this interface, Binding, should be enough for most purposes.
Instantiate (unmarshals/deserializes) the given xml,
and returns the instantiated Node.
The returned Node will yet be empty (fromXml is not
yet called).