XPathNamespace

Properties:

Attributes
BaseURI
ChildNodes
FirstChild
LastChild
LocalName
NamespaceURI
NextSibling
NodeName
NodeType
NodeValue
OwnerDocument
ParentNode
Prefix
PreviousSibling
TextContent
OwnerElement

Methods:

AppendChild
CloneNode
CompareDocumentPosition
GetUserData
HasAttributes
HasChildNodes
InsertBefore
IsDefaultNamespace
IsEqualNode
IsSameNode
LookupNamespaceURI
LookupPrefix
Normalize
RemoveChild
ReplaceChild
SetUserData

Description:

DOM specialized node. Can appear only as a result of XPath expression calculation. It represents a namespace URI map declaration node. Namespace node is read only node. All attempts of modifying, adding and deleting the node result in exception call.
All DOM node attributes not described below have either False value, or Undefined:

Availability:

Thin client, server, thick client, external connection, Mobile application (server).

    

1C:Enterprise Developer's Community