Gets the XDocument object for this XObject.
Gets the next sibling node of this node.
If this node does not have a parent, or if there is no next node, then this property returns null.
Gets the parent XElement of this XObject.
Gets the previous sibling node of this node.
If this property does not have a parent, or if there is no previous node, then this property returns null.
Returns the collection of the ancestor elements for this node.
The ancestor elements of this node.
Optional name: null | XNameThe optional name of the ancestor elements to find.
Removes this XNode from the underlying XML tree.
Replaces this node with the specified content.
Rest ...content: any[]Content that replaces this node.
Returns a string that represents the current object.
A string that represents the current object.
Generated using TypeDoc
Represents a text node.