Discuss this help topic in SecureBlackbox Forum

TElXMLNamespaceMap class

Properties     Methods     Declared in     


TElXMLNamespaceMap represents a namespace map for the XPath expression (a description of the XPath language can be found here: XPath (XML Path Language)).

Description

    Each namespace is represented by its value: URI, and corresponding Prefix.
    To find a namespace by its prefix, use FindNamespace.
    To add or remove a namespace, use AddNamespace or RemoveNamespace correspondently.

Properties

Methods

Declared in

.NET:
  • Namespace: SBXMLCore
  • Assembly: SecureBlackbox.XML
VCL:
  • Unit: SBXMLCore
Java:
  • Package: SecureBlackbox.XML.jar
C++:
  • sbxmlcore.h

Discuss this help topic in SecureBlackbox Forum