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

Inner Class Summary
protected  class Field.Matcher
          Field matcher.
static class Field.XPath
          Field XPath.
 
Constructor Summary
Field(Field.XPath xpath, DatatypeValidator datatypeValidator, IdentityConstraint identityConstraint)
          Constructs a selector.
 
Method Summary
 XPathMatcher createMatcher(ValueStore store)
          Creates a field matcher.
 DatatypeValidator getDatatypeValidator()
          Returns the datatype validator.
 IdentityConstraint getIdentityConstraint()
          Returns the identity constraint.
 XPath getXPath()
          Returns the field XPath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field(Field.XPath xpath,
             DatatypeValidator datatypeValidator,
             IdentityConstraint identityConstraint)
Constructs a selector.
Method Detail

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.