Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity.XPathMatcher
-
Packages that use XPathMatcher 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 XPathMatcher 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 XPathMatcher Modifier and Type Field Description protected XPathMatcher[]
XMLSchemaValidator.XPathMatcherStack. fMatchers
Active matchers.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XPathMatcher Modifier and Type Method Description XPathMatcher
XMLSchemaValidator. activateField(Field field, int initialDepth)
Request to activate the specified field.XPathMatcher
XMLSchemaValidator.XPathMatcherStack. getMatcherAt(int index)
Returns the XPath matcher at the specified index.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XPathMatcher Modifier and Type Method Description void
XMLSchemaValidator.XPathMatcherStack. addMatcher(XPathMatcher matcher)
Adds a matcher. -
Uses of XPathMatcher in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Subclasses of XPathMatcher in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity Modifier and Type Class Description protected class
Field.Matcher
Field matcher.class
Selector.Matcher
Selector matcher.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that return XPathMatcher Modifier and Type Method Description XPathMatcher
FieldActivator. activateField(Field field, int initialDepth)
Request to activate the specified field.XPathMatcher
Field. createMatcher(ValueStore store)
Creates a field matcher.XPathMatcher
Selector. createMatcher(FieldActivator activator, int initialDepth)
Creates a selector matcher.
-