operator=()
Assignment.
FirstChild()
Get the first child of this handle.
FirstChildElement()
Get the first child element of this handle.
LastChild()
Get the last child of this handle.
LastChildElement()
Get the last child element of this handle.
PreviousSibling()
Get the previous sibling of this handle.
PreviousSiblingElement()
Get the previous sibling element of this handle.
NextSibling()
Get the next sibling of this handle.
NextSiblingElement()
Get the next sibling element of this handle.
ToNode()
Safe cast to XMLNode. This can return null.
ToElement()
Safe cast to XMLElement. This can return null.
ToText()
Safe cast to XMLText. This can return null.
ToUnknown()
Safe cast to XMLUnknown. This can return null.
ToDeclaration()
Safe cast to XMLDeclaration. This can return null.