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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DFieldActivator.java60 public XPathMatcher activateField(Field field, int initialDepth);
H A DSelector.java88 public XPathMatcher createMatcher(FieldActivator activator, int initialDepth) {
90 } // createMatcher(FieldActivator):XPathMatcher
166 extends XPathMatcher {
229 XPathMatcher matcher = fFieldActivator.activateField(field, fInitialDepth);
H A DField.java81 public XPathMatcher createMatcher(FieldActivator activator, ValueStore store) {
83 } // createMatcher(ValueStore):XPathMatcher
145 extends XPathMatcher {
H A DXPathMatcher.java42 public class XPathMatcher { class
124 public XPathMatcher(XPath xpath) { method in class:XPathMatcher
493 final XPathMatcher matcher = new XPathMatcher(xpath, true);
522 } // class XPathMatcher
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java50 import com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher;
1447 public XPathMatcher activateField(Field field, int initialDepth) {
1451 XPathMatcher matcher = field.createMatcher(this, valueStore);
1455 } // activateField(Field):XPathMatcher
1498 XPathMatcher matcher = selector.createMatcher(activator, fElementDepth);
2069 XPathMatcher matcher = fMatcherStack.getMatcherAt(i);
2151 XPathMatcher matcher = fMatcherStack.getMatcherAt(i);
2178 XPathMatcher matcher = fMatcherStack.getMatcherAt(i);
2191 XPathMatcher matcher = fMatcherStack.getMatcherAt(i);
3323 protected XPathMatcher[] fMatcher
[all...]

Completed in 39 milliseconds