public class Xpath extends Subitem
| Constructor and Description |
|---|
Xpath(boolean xpath,
Property[] properties)
Creates an anchored (or unanchored)
Property set. |
| Modifier and Type | Method and Description |
|---|---|
Property[] |
getProperties() |
java.lang.String |
getXpath() |
boolean |
getXpathSupported() |
public Xpath(boolean xpath,
Property[] properties)
Property set.anchored - true if the properties should be anchoredproperties - the Property arraypublic Property[] getProperties()
public boolean getXpathSupported()
public java.lang.String getXpath()