|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.xs.identity.Field
public class Field
Schema identity constraint field.
Nested Class Summary | |
---|---|
static class |
Field.XPath
Field XPath. |
Constructor Summary | |
---|---|
Field(Field.XPath xpath,
IdentityConstraint identityConstraint)
Constructs a field. |
Method Summary | |
---|---|
XPathMatcher |
createMatcher(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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Field(Field.XPath xpath, IdentityConstraint identityConstraint)
Method Detail |
---|
public XPath getXPath()
public IdentityConstraint getIdentityConstraint()
public XPathMatcher createMatcher(ValueStore store)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |