| Modifier and Type | Field and Description |
|---|---|
protected LinkedChild |
next
The next child to be returned.
|
protected Parser |
parser
A parser that returns
LinkedVectors. |
| Constructor and Description |
|---|
ChildrenFromVectors(Parser p)
Creates the parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Frees any resources this parser may be holding.
|
Object |
next()
Returns the next
LinkedChild parsed. |
void |
reset()
Sets this parser back to the beginning of the raw data.
|
protected Parser parser
LinkedVectors.protected LinkedChild next
public ChildrenFromVectors(Parser p)
p - A parser that returns LinkedVectors.public Object next()
LinkedChild parsed.public void reset()
Copyright © 2016. All rights reserved.