Discuss this help topic in SecureBlackbox Forum

TElXMLXPathTransform.NamespaceMap

TElXMLXPathTransform     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies namespaces for prefixes which may occur in the XPath expression.

Declaration

[C#]
    TElXMLNamespaceMap NamespaceMap;

[VB.NET]
    Property NamespaceMap As TElXMLNamespaceMap

[Pascal]
    property NamespaceMap: TElXMLNamespaceMap;

[C++]
    TElXMLNamespaceMap* get_NamespaceMap();

[PHP]
    TElXMLNamespaceMap get_NamespaceMap()

[Java]
    TElXMLNamespaceMap getNamespaceMap();

Description

    Use this property to get a namespace map to find out namespaces for the prefixes which may occur in the XPath expression.

See also:     XPath    

Discuss this help topic in SecureBlackbox Forum