org.enhydra.apache.xerces.validators.schema.identity
Class Field
java.lang.Object
|
+--org.enhydra.apache.xerces.validators.schema.identity.Field
- public class Field
- extends Object
Schema identity constraint field.
- Version:
- $Id: Field.java,v 1.2 2005/01/26 08:28:45 jkjome Exp $
- Author:
- Andy Clark, IBM
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fXPath
protected Field.XPath fXPath
- Field XPath.
fIdentityConstraint
protected IdentityConstraint fIdentityConstraint
- Identity constraint.
mayMatch
protected boolean mayMatch
Field
public Field(Field.XPath xpath,
IdentityConstraint identityConstraint)
- Constructs a field.
setMayMatch
public void setMayMatch(boolean b)
mayMatch
public boolean mayMatch()
getXPath
public XPath getXPath()
- Returns the field XPath.
getIdentityConstraint
public IdentityConstraint getIdentityConstraint()
- Returns the identity constraint.
createMatcher
public XPathMatcher createMatcher(ValueStore store)
- Creates a field matcher.
toString
public String toString()
- Returns a string representation of this object.
- Overrides:
toString
in class Object
Copyright © 1999 The Apache Software Foundation. All Rights reserved.