XMLSchemaValidator
public interface FieldActivator
Modifier and Type | Method | Description |
---|---|---|
XPathMatcher |
activateField(Field field,
int initialDepth) |
Request to activate the specified field.
|
void |
endValueScopeFor(IdentityConstraint identityConstraint,
int initialDepth) |
Ends the value scope for the specified identity constraint.
|
void |
startValueScopeFor(IdentityConstraint identityConstraint,
int initialDepth) |
Start the value scope for the specified identity constraint.
|
void startValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)
identityConstraint
- The identity constraint.initialDepth
- the depth at which the selector began matchingXPathMatcher activateField(Field field, int initialDepth)
field
- The field to activate.initialDepth
- the 0-indexed depth in the instance document at which the Selector began to match.void endValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)
identityConstraint
- The identity constraint.initialDepth
- the 0-indexed depth where the Selector began to match.Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.