|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ximpleware.extended.TextIterHuge
public class TextIterHuge
This class iterates through all text nodes of an element. VTDNavHuge has getText() which is inadequate for mixed content style of XML. text nodes include character_data and CDATA. This version is adapted to support extended VTD (256GB max file size)
Constructor Summary | |
---|---|
TextIterHuge()
TextIter constructor comment. |
Method Summary | |
---|---|
int |
getNext()
Get the index vals for the text nodes in document order. |
void |
touch(VTDNavHuge v)
Obtain the current navigation position and element info from VTDNav. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextIterHuge()
Method Detail |
---|
public int getNext()
public void touch(VTDNavHuge v)
v
- com.ximpleware.VTDNav
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |