Discuss this help topic in SecureBlackbox Forum

TElXMLXPathTransform.XPath

TElXMLXPathTransform     


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


Specifies the XPath expression to be evaluated.

Declaration

[C#]
    string XPath;

[VB.NET]
    Property XPath As String

[Pascal]
    property XPath: WideString;

[C++]
    void get_XPath(sb_u16string &OutResult);
    void get_XPath(std::wstring &OutResult);
    void set_XPath(const sb_u16string &Value);
    void set_XPath(const std::wstring &Value);

[PHP]
    string get_XPath()
    void set_XPath(string $Value)

[Java]
    String getXPath();
    void setXPath(String Value);

Description

    Use this property to get or set the XPath expression to be evaluated according to the XPath (XML Path Language) description.

Discuss this help topic in SecureBlackbox Forum