|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLBJ2.parse.ChildrenFromVectors
public class ChildrenFromVectors
Use this parser in conjunction with another parser that returns
LinkedVectors, and this parser will return their
LinkedChildren.
| Field Summary | |
|---|---|
protected LinkedChild |
next
The next child to be returned. |
protected Parser |
parser
A parser that returns LinkedVectors. |
| Constructor Summary | |
|---|---|
ChildrenFromVectors(Parser p)
Creates the parser. |
|
| Method Summary | |
|---|---|
java.lang.Object |
next()
Returns the next LinkedChild parsed. |
void |
reset()
Sets this parser back to the beginning of the raw data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Parser parser
LinkedVectors.
protected LinkedChild next
| Constructor Detail |
|---|
public ChildrenFromVectors(Parser p)
p - A parser that returns LinkedVectors.| Method Detail |
|---|
public java.lang.Object next()
LinkedChild parsed.
next in interface ParserLinkedChild parsed, or null
if there are no more children in the stream.public void reset()
reset in interface Parser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||