public class EphemeralMarked
extends org.unlaxer.parser.combinator.NoneChildParser
implements org.unlaxer.parser.Parser
| Constructor and Description |
|---|
EphemeralMarked() |
| Modifier and Type | Method and Description |
|---|---|
org.unlaxer.parser.Parser |
createParser() |
org.unlaxer.Parsed |
parse(org.unlaxer.context.ParseContext parseContext,
org.unlaxer.TokenKind tokenKind,
boolean invertMatch) |
getChildOccurs, prepareChildrencreateParserAndThen, getChildren, getName, getNodeReduceMarker, getParent, getParser, getParser, getPathStream, getRoot, getTags, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsByClass, forTerminalSymbol, get, get, getChild, getNodeReduceMarker, getThisParser, getTokenKind, parsegetInvertMatchFromParentaddTag, addTagRecurcive, addTagRecurciveChildrenOnly, removeTag, removeTagRecurcive, removeTagRecurciveChildrenOnlyfindFirstToParent, findParents, findParentsfindFirstToChild, findToChild, flatten, flattengetChildOccurs, getChildren, getComputedName, getName, getName, getParent, getParser, getRoot, getSiblings, prepareChildren, setParentpublic org.unlaxer.Parsed parse(org.unlaxer.context.ParseContext parseContext,
org.unlaxer.TokenKind tokenKind,
boolean invertMatch)
parse in interface org.unlaxer.parser.Parserparse in class org.unlaxer.parser.AbstractParserpublic org.unlaxer.parser.Parser createParser()
createParser in class org.unlaxer.parser.AbstractParser