org.apache.xerces.impl.xs.identity
public class Field extends java.lang.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.
|
Constructor and Description |
---|
Field(Field.XPath xpath,
IdentityConstraint identityConstraint)
Constructs a field.
|
Modifier and Type | Method and Description |
---|---|
XPathMatcher |
createMatcher(FieldActivator activator,
ValueStore store)
Creates a field matcher.
|
IdentityConstraint |
getIdentityConstraint()
Returns the identity constraint.
|
XPath |
getXPath()
Returns the field XPath.
|
java.lang.String |
toString()
Returns a string representation of this object.
|
protected Field.XPath fXPath
protected IdentityConstraint fIdentityConstraint
public Field(Field.XPath xpath, IdentityConstraint identityConstraint)
public XPath getXPath()
public IdentityConstraint getIdentityConstraint()
public XPathMatcher createMatcher(FieldActivator activator, ValueStore store)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 1999-2005 Apache XML Project. All Rights Reserved.