public class RootParserStep extends ParserStep
| Constructor and Description |
|---|
RootParserStep(boolean spreadLines) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendChild(ParserStep n) |
void |
consume(char c,
DefaultNTextNodeParser.State p,
boolean wasNewLine) |
void |
end(DefaultNTextNodeParser.State p) |
boolean |
isComplete() |
boolean |
isEmpty() |
ParserStep |
peek() |
ParserStep |
poll() |
ParserStep |
pop() |
int |
size() |
String |
toString() |
NText |
toText() |
public void consume(char c,
DefaultNTextNodeParser.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 NText toText()
toText in class ParserSteppublic void end(DefaultNTextNodeParser.State p)
end in class ParserSteppublic boolean isComplete()
isComplete in class ParserStepCopyright © 2025 vpc open source initiative. All rights reserved.