Class Field

java.lang.Object
org.apache.xerces.impl.xs.identity.Field

public class Field extends Object
Schema identity constraint field.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: Field.java 572110 2007-09-02 19:04:44Z mrglavas $
Author:
Andy Clark, IBM
  • Field Details

    • fXPath

      protected final Field.XPath fXPath
      Field XPath.
    • fIdentityConstraint

      protected final IdentityConstraint fIdentityConstraint
      Identity constraint.
  • Constructor Details

  • Method Details

    • 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