Class Field
java.lang.Object
org.apache.xerces.impl.xs.identity.Field
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
Field matcher.static class
Field XPath. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final IdentityConstraint
Identity constraint.protected final Field.XPath
Field XPath. -
Constructor Summary
ConstructorsConstructorDescriptionField
(Field.XPath xpath, IdentityConstraint identityConstraint) Constructs a field. -
Method Summary
Modifier and TypeMethodDescriptioncreateMatcher
(ValueStore store) Creates a field matcher.Returns the identity constraint.getXPath()
Returns the field XPath.toString()
Returns a string representation of this object.
-
Field Details
-
fXPath
Field XPath. -
fIdentityConstraint
Identity constraint.
-
-
Constructor Details
-
Field
Constructs a field.
-
-
Method Details