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. fMatchersActive matchers.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XPathMatcher Modifier and Type Method Description XPathMatcherXMLSchemaValidator. activateField(Field field, int initialDepth)Request to activate the specified field.XPathMatcherXMLSchemaValidator.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 voidXMLSchemaValidator.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 classField.MatcherField matcher.classSelector.MatcherSelector matcher.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that return XPathMatcher Modifier and Type Method Description XPathMatcherFieldActivator. activateField(Field field, int initialDepth)Request to activate the specified field.XPathMatcherField. createMatcher(ValueStore store)Creates a field matcher.XPathMatcherSelector. createMatcher(FieldActivator activator, int initialDepth)Creates a selector matcher.
-