|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.stream.XMLDocumentFragmentScannerImpl.ElementStack2
protected class XMLDocumentFragmentScannerImpl.ElementStack2
Element stack.
Field Summary | |
---|---|
protected int |
fCount
|
protected int |
fDepth
|
protected int |
fLastDepth
|
protected int |
fMark
|
protected int |
fPosition
|
protected org.apache.xerces.xni.QName[] |
fQName
The stack data. |
Constructor Summary | |
---|---|
XMLDocumentFragmentScannerImpl.ElementStack2()
Default constructor. |
Method Summary | |
---|---|
void |
clear()
Clears the stack without throwing away existing QName objects. |
org.apache.xerces.xni.QName |
getNext()
Note that this function is considerably different than nextElement() This function just returns the previously stored elements |
boolean |
matchElement(org.apache.xerces.xni.QName element)
Check if the element scanned during the start element matches the stored element. |
org.apache.xerces.xni.QName |
nextElement()
This function doesn't increase depth. |
int |
popElement()
returns the current depth |
void |
resize()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.apache.xerces.xni.QName[] fQName
protected int fDepth
protected int fCount
protected int fPosition
protected int fMark
protected int fLastDepth
Constructor Detail |
---|
public XMLDocumentFragmentScannerImpl.ElementStack2()
Method Detail |
---|
public void resize()
public boolean matchElement(org.apache.xerces.xni.QName element)
public org.apache.xerces.xni.QName nextElement()
public org.apache.xerces.xni.QName getNext()
public int popElement()
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |