java.lang.Object
org.petitparser.parser.Parser
org.petitparser.parser.combinators.DelegateParser
org.petitparser.tools.GrammarParser
org.petitparser.grammar.xml.XmlParser
XmlParser Builder
-
Field Summary
Fields inherited from class org.petitparser.parser.combinators.DelegateParser
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.petitparser.tools.GrammarParser
fastParseOnMethods inherited from class org.petitparser.parser.combinators.DelegateParser
copy, getChildren, parseOn, replaceMethods inherited from class org.petitparser.parser.Parser
accept, and, callCC, delimitedBy, end, end, flatten, flatten, hasEqualChildren, hasEqualProperties, isEqualTo, isEqualTo, map, mapWithSideEffects, matches, matchesSkipping, neg, neg, not, not, optional, optional, or, or, parse, permute, pick, plus, plusGreedy, plusLazy, repeat, repeatGreedy, repeatLazy, separatedBy, seq, settable, star, starGreedy, starLazy, times, token, toString, trim, trim, trim
-
Constructor Details
-
XmlParser
public XmlParser()
-