XPathExpressionBlock Class

Definition

represents an XPATH level

[System.Runtime.InteropServices.ComVisible(false)]
public class XPathExpressionBlock
[<System.Runtime.InteropServices.ComVisible(false)>]
type XPathExpressionBlock = class
Public Class XPathExpressionBlock
Inheritance
XPathExpressionBlock
Attributes

Constructors

XPathExpressionBlock()

default constructor

XPathExpressionBlock(String, FilterNode)

Name and FilterNode constructor

Properties

Filter

syntactical tree representation of a filter block

FixedProperties

get the list of fixed properties

Name

level name

Methods

Copy()

make a shallow copy

GetAttributeFromFilter(String)

get the attribute from filter if its value is specified

GetHashCode()

Overrides Object.GetHashCode

GetUniqueAttribute(FilterNode)

get the value of an attribute for a filter of the form [@Attribute = ddd]

ToString()

Returns the string representation of this block.

Applies to