Base Xml node type. Specifies all the functionality that is common to all Xml nodes. Nodes can be tagged to provide a mapping between nodes and object for the client. This is purely a convenience mechanism and can be supplanted by the client with an Identity map under their own control.
Methods
Method | Return type | Brief description |
---|---|---|
toXmlString() | String |
Detailed documentation
toXmlString()
Return
String
— this node in string form. For Elements and Documents this will be
the fully converted node in XML string form. For other minor nodes
(like Attributes) this will be in simplified XML fragments like:
foo="bar"