org.apache.xerces.impl.validation.identity
Class Field
java.lang.Object
|
+--org.apache.xerces.impl.validation.identity.Field
- public class Field
- extends java.lang.Object
Schema identity constraint field.
- Version:
- $Id: Field.java,v 1.1.2.2 2001/05/09 21:10:51 lehors Exp $
- Author:
- Andy Clark, IBM
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field
public Field(Field.XPath xpath,
DatatypeValidator datatypeValidator,
IdentityConstraint identityConstraint)
- Constructs a selector.
getXPath
public XPath getXPath()
- Returns the field XPath.
getDatatypeValidator
public DatatypeValidator getDatatypeValidator()
- Returns the datatype validator.
getIdentityConstraint
public IdentityConstraint getIdentityConstraint()
- Returns the identity constraint.
createMatcher
public XPathMatcher createMatcher(ValueStore store)
- Creates a field matcher.
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.