Searched refs:fInitialDepth (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DSelector.java176 protected final int fInitialDepth; field in class:Selector.Matcher
193 fInitialDepth = initialDepth;
225 fFieldActivator.startValueScopeFor(fIdentityConstraint, fInitialDepth);
229 XPathMatcher matcher = fFieldActivator.activateField(field, fInitialDepth);
240 fFieldActivator.endValueScopeFor(fIdentityConstraint, fInitialDepth);
251 return fInitialDepth;

Completed in 30 milliseconds