XPathNamespace
Properties:
BaseURI
ChildNodes
FirstChild
LastChild
LocalName
NamespaceURI
NextSibling
NodeName
NodeType
NodeValue
OwnerDocument
ParentNode
Prefix
PreviousSibling
TextContent
OwnerElement
Methods:
CloneNode
CompareDocumentPosition
GetUserData
HasAttributes
HasChildNodes
InsertBefore
IsDefaultNamespace
IsEqualNode
IsSameNode
LookupNamespaceURI
LookupPrefix
Normalize
RemoveChild
ReplaceChild
SetUserData
Description:
All DOM node attributes not described below have either False value, or Undefined:
- XPathNamespace.OwnerDocument - (same attributes of different objects) corresponds to owner document of owner element of a given node;
- XPathNamespace.NodeName - (same attributes of different objects) is always equal to "#namespace";
- XPathNamespace.Prefix - (same attributes of different objects) namespace prefix presented by a given node;
- XPathNamespace.LocalName - (same attributes of different objects) is the same as XPathNamespace.Prefix;
- XPathNamespace.NodeType - XPathNamespace;
- XPathNamespace.NamespaceURI - (same attributes of different objects) namespace URI presented by a given node;
- XPathNamespace.NodeValue - is the same as XPathNamespace.NamespaceURI (same attributes of different objects);
- AdoptNode, XPathNamespace.CloneNode and ImportNode - are not supported and call an exception.
Availability: