Discuss this help topic in SecureBlackbox Forum

TElXMLXPathFilterItem.XPath

TElXMLXPathFilterItem     See also     


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


The XPath expression to be evaluated.

Declaration

[C#]
    string XPath;

[VB.NET]
    Property XPath As String

[Pascal]
    property XPath: string;

[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 specify the XPath expression to be evaluated.

See also:     Filter    

Discuss this help topic in SecureBlackbox Forum