|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XPathMatcher | |
| org.apache.xerces.validators.common | |
| org.apache.xerces.validators.schema.identity | |
| Uses of XPathMatcher in org.apache.xerces.validators.common |
| Fields in org.apache.xerces.validators.common declared as XPathMatcher | |
protected XPathMatcher[] |
XMLValidator.XPathMatcherStack.fMatchers
Active matchers. |
| Methods in org.apache.xerces.validators.common that return XPathMatcher | |
XPathMatcher |
XMLValidator.activateField(Field field)
Request to activate the specified field. |
XPathMatcher |
XMLValidator.XPathMatcherStack.getMatcherAt(int index)
Returns the XPath matcher at the specified index. |
| Methods in org.apache.xerces.validators.common with parameters of type XPathMatcher | |
void |
XMLValidator.XPathMatcherStack.addMatcher(XPathMatcher matcher)
Adds a matcher. |
| Uses of XPathMatcher in org.apache.xerces.validators.schema.identity |
| Subclasses of XPathMatcher in org.apache.xerces.validators.schema.identity | |
protected class |
Field.Matcher
Field matcher. |
protected class |
Selector.Matcher
Selector matcher. |
| Methods in org.apache.xerces.validators.schema.identity that return XPathMatcher | |
XPathMatcher |
FieldActivator.activateField(Field field)
Request to activate the specified field. |
XPathMatcher |
Field.createMatcher(ValueStore store)
Creates a field matcher. |
XPathMatcher |
Selector.createMatcher(FieldActivator activator)
Creates a selector matcher. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||