org.apache.xerces.impl.xs.identity
public class Field extends Object
Version: $Id: Field.java,v 1.20 2005/05/25 02:28:39 mrglavas Exp $
| Nested Class Summary | |
|---|---|
| protected class | Field.Matcher
Field matcher.
|
| static class | Field.XPath
Field XPath.
|
| Field Summary | |
|---|---|
| protected IdentityConstraint | fIdentityConstraint Identity constraint. |
| protected Field.XPath | fXPath Field XPath. |
| Constructor Summary | |
|---|---|
| Field(Field.XPath xpath, IdentityConstraint identityConstraint) Constructs a field. | |
| Method Summary | |
|---|---|
| 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. |