org.apache.xerces.impl.xs
protected static class XMLSchemaValidator.XPathMatcherStack extends Object
Field Summary | |
---|---|
protected IntStack | fContextStack Offset stack for contexts. |
protected XPathMatcher[] | fMatchers Active matchers. |
protected int | fMatchersCount Count of active matchers. |
Constructor Summary | |
---|---|
XPathMatcherStack() |
Method Summary | |
---|---|
void | addMatcher(XPathMatcher matcher) Adds a matcher. |
void | clear() Resets the XPath matcher stack. |
XPathMatcher | getMatcherAt(int index) Returns the XPath matcher at the specified index. |
int | getMatcherCount() Returns the count of XPath matchers. |
void | popContext() Pops a context off of the stack. |
void | pushContext() Pushes a new context onto the stack. |
int | size() Returns the size of the stack. |