public class

Field

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

Class Overview

Schema identity constraint field.

Summary

Nested Classes
class Field.Matcher Field matcher. 
class Field.XPath Field XPath. 
Fields
protected IdentityConstraint fIdentityConstraint Identity constraint.
protected Field.XPath fXPath Field XPath.
Public Constructors
Field(Field.XPath xpath, IdentityConstraint identityConstraint)
Constructs a field.
Public Methods
XPathMatcher createMatcher(FieldActivator activator, ValueStore store)
Creates a field matcher.
IdentityConstraint getIdentityConstraint()
Returns the identity constraint.
XPath getXPath()
Returns the field XPath.
String toString()
Returns a string representation of this object.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdentityConstraint fIdentityConstraint

Identity constraint.

protected Field.XPath fXPath

Field XPath.

Public Constructors

public Field (Field.XPath xpath, IdentityConstraint identityConstraint)

Constructs a field.

Public Methods

public XPathMatcher createMatcher (FieldActivator activator, ValueStore store)

Creates a field matcher.

public IdentityConstraint getIdentityConstraint ()

Returns the identity constraint.

public XPath getXPath ()

Returns the field XPath.

public String toString ()

Returns a string representation of this object.