public class TextIter
extends java.lang.Object
| Constructor and Description |
|---|
TextIter()
TextIter constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNext()
Get the index vals for the text, PI name, or comment node in document order.
|
void |
selectComment()
Ask textIter to return comment nodes
|
void |
selectNode() |
void |
selectPI0()
Ask TextIter to return processing instruction name
no value
|
void |
selectPI1(java.lang.String s) |
void |
selectText()
Ask textIter to return character data or CDATA nodes
|
void |
touch(VTDNav v)
Obtain the current navigation position and element info from VTDNav.
|
public TextIter()
public int getNext()
public void selectComment()
public void selectNode()
public void selectPI0()
public void selectPI1(java.lang.String s)
public void selectText()
public void touch(VTDNav v)
v - com.ximpleware.VTDNav