public class Field extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
Field.Matcher
Field matcher.
|
static class |
Field.XPath
Field XPath.
|
| Modifier and Type | Field and Description |
|---|---|
protected IdentityConstraint |
fIdentityConstraint
Identity constraint.
|
protected Field.XPath |
fXPath
Field XPath.
|
protected String |
fXpathDefaultNamespace
XPath default namespace.
|
| Constructor and Description |
|---|
Field(Field.XPath xpath,
IdentityConstraint identityConstraint,
String xpathDefaultNamespace)
Constructs a field.
|
| Modifier and Type | Method and Description |
|---|---|
XPathMatcher |
createMatcher(ValueStore store)
Creates a field matcher.
|
IdentityConstraint |
getIdentityConstraint()
Returns the identity constraint.
|
XPath |
getXPath()
Returns the field XPath.
|
String |
getXPathDefaultNamespace()
Return value of xpathDefaultNamespace.
|
String |
toString()
Returns a string representation of this object.
|
protected final Field.XPath fXPath
protected final IdentityConstraint fIdentityConstraint
protected String fXpathDefaultNamespace
public Field(Field.XPath xpath, IdentityConstraint identityConstraint, String xpathDefaultNamespace)
public XPath getXPath()
public IdentityConstraint getIdentityConstraint()
public XPathMatcher createMatcher(ValueStore store)
public String toString()
public String getXPathDefaultNamespace()
Copyright © 2013. All rights reserved.