Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity.Field
-
Packages that use Field Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity -
-
Uses of Field in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as Field Modifier and Type Field Description protected Field[]
XMLSchemaValidator.ValueStoreBase. fFields
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type Field Modifier and Type Method Description XPathMatcher
XMLSchemaValidator. activateField(Field field, int initialDepth)
Request to activate the specified field.void
XMLSchemaValidator.ValueStoreBase. addValue(Field field, boolean mayMatch, Object actualValue, short valueType, ShortList itemValueType)
Adds the specified value to the value store. -
Uses of Field in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity declared as Field Modifier and Type Field Description protected Field[]
IdentityConstraint. fFields
Fields.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that return Field Modifier and Type Method Description Field
IdentityConstraint. getFieldAt(int index)
Returns the field at the specified index.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type Field Modifier and Type Method 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, boolean mayMatch, Object actualValue, short valueType, ShortList itemValueType)
Adds the specified value to the value store.
-