Abstract
Protected
constructorGets 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.
Private
getRemoves this XNode
from the underlying XML tree.
Replaces this node with the specified content.
Rest
...content: any[]Content that replaces this node.
Abstract
toReturns a string that represents the current object.
A string that represents the current object.
Generated using TypeDoc
Represents an XML node.