| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.impl.xs | |
| jdk7u.jaxp.org.apache.xerces.external.impl.xs.identity |
| Modifier and Type | Field and Description |
|---|---|
protected Field[] |
XMLSchemaValidator.ValueStoreBase.fFields |
| Modifier and Type | Method and Description |
|---|---|
XPathMatcher |
XMLSchemaValidator.activateField(Field field,
int initialDepth)
Request to activate the specified field.
|
void |
XMLSchemaValidator.ValueStoreBase.addValue(Field field,
Object actualValue,
short valueType,
ShortList itemValueType)
Adds the specified value to the value store.
|
Boolean |
XMLSchemaValidator.mayMatch(Field field)
Returns whether the given field is permitted to match a value.
|
void |
XMLSchemaValidator.setMayMatch(Field field,
Boolean state)
Sets whether the given field is permitted to match a value.
|
| Modifier and Type | Field and Description |
|---|---|
protected Field[] |
IdentityConstraint.fFields
Fields.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
IdentityConstraint.getFieldAt(int index)
Returns the field at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
XPathMatcher |
FieldActivator.activateField(Field field,
int initialDepth)
Request to activate the specified field.
|
void |
IdentityConstraint.addField(Field field)
Adds a field.
|
void |
ValueStore.addValue(Field field,
Object actualValue,
short valueType,
ShortList itemValueType)
Adds the specified value to the value store.
|
Boolean |
FieldActivator.mayMatch(Field field)
Returns whether the given field is permitted to match a value.
|
void |
FieldActivator.setMayMatch(Field field,
Boolean state)
Sets whether the given field is permitted to match a value.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.