XPathExpressionBlock Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |