public class RootParserStep extends ParserStep
| Constructor and Description |
|---|
RootParserStep(boolean spreadLines,
NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendChild(ParserStep n) |
void |
consume(char c,
DefaultNutsTextNodeParser.State p,
boolean wasNewLine) |
void |
end(DefaultNutsTextNodeParser.State p) |
boolean |
isComplete() |
boolean |
isEmpty() |
ParserStep |
peek() |
ParserStep |
poll() |
ParserStep |
pop() |
int |
size() |
String |
toString() |
NutsText |
toText() |
public RootParserStep(boolean spreadLines,
NutsSession session)
public void consume(char c,
DefaultNutsTextNodeParser.State p,
boolean wasNewLine)
consume in class ParserSteppublic ParserStep pop()
public ParserStep poll()
public ParserStep peek()
public boolean isEmpty()
public int size()
public void appendChild(ParserStep n)
appendChild in class ParserSteppublic NutsText toText()
toText in class ParserSteppublic void end(DefaultNutsTextNodeParser.State p)
end in class ParserSteppublic boolean isComplete()
isComplete in class ParserStepCopyright © 2021 vpc open source initiative. All rights reserved.