|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.validators.common.XMLValidator.XPathMatcherStack
Stack of XPath matchers for identity constraints.
Field Summary | |
---|---|
protected IntStack |
fContextStack
Offset stack for contexts. |
protected XPathMatcher[] |
fMatchers
Active matchers. |
protected int |
fMatchersCount
Count of active matchers. |
Constructor Summary | |
---|---|
XMLValidator.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected XPathMatcher[] fMatchers
protected int fMatchersCount
protected IntStack fContextStack
Constructor Detail |
public XMLValidator.XPathMatcherStack()
Method Detail |
public void clear()
public int size()
public int getMatcherCount()
public void addMatcher(XPathMatcher matcher)
public XPathMatcher getMatcherAt(int index)
public void pushContext()
public void popContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |