Abstract base class for every node and attribute in an LtXmlTs XML tree.
Remarks
XObject provides the annotation API for attaching arbitrary metadata to
XML objects, and exposes the parent reference and the document accessor.
All concrete XML types (XElement, XAttribute, XText,
etc.) inherit from this class.
Abstract base class for every node and attribute in an LtXmlTs XML tree.
Remarks
XObjectprovides the annotation API for attaching arbitrary metadata to XML objects, and exposes the parent reference and the document accessor. All concrete XML types (XElement, XAttribute, XText, etc.) inherit from this class.Example