public class NewLineParserStep extends ParserStep
| Constructor and Description |
|---|
NewLineParserStep(char c,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendChild(ParserStep tt) |
void |
consume(char c,
DefaultNutsTextNodeParser.State state,
boolean wasNewLine) |
void |
end(DefaultNutsTextNodeParser.State p) |
boolean |
isComplete() |
String |
toString() |
net.thevpc.nuts.NutsText |
toText() |
public NewLineParserStep(char c,
net.thevpc.nuts.NutsSession session)
public void consume(char c,
DefaultNutsTextNodeParser.State state,
boolean wasNewLine)
consume in class ParserSteppublic void appendChild(ParserStep tt)
appendChild in class ParserSteppublic net.thevpc.nuts.NutsText toText()
toText in class ParserSteppublic void end(DefaultNutsTextNodeParser.State p)
end in class ParserSteppublic boolean isComplete()
isComplete in class ParserStepCopyright © 2022 vpc open source initiative. All rights reserved.