Package org.jxmpp.strings.testframework
Class ValidJidCorpusParser
- java.lang.Object
-
- org.jxmpp.strings.testframework.JidCorpusParser<ValidJid>
-
- org.jxmpp.strings.testframework.ValidJidCorpusParser
-
public class ValidJidCorpusParser extends JidCorpusParser<ValidJid>
-
-
Field Summary
-
Fields inherited from class org.jxmpp.strings.testframework.JidCorpusParser
ASCII_LINE_FEED_UNICODE_END_OF_LINE, ASCII_RECORD_SEPARATOR_UNICODE_INFORMATION_SEPARATOR_TWO, ASCII_UNIT_SEPARATOR_UNICODE_INFORMATION_SEPARATOR_ONE, CONTROL_CHARACTERS, CONTROL_CHARACTERS_AND_NEWLINE, END_OF_RECORD
-
-
Constructor Summary
Constructors Constructor Description ValidJidCorpusParser(String input)
Construct a new valid JID corpus parser.ValidJidCorpusParser(String input, boolean tracing)
Construct a new valid JID corpus parser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.parboiled.Rule
getParserRootRule()
-
Methods inherited from class org.jxmpp.strings.testframework.JidCorpusParser
parse
-
-
-
-
Constructor Detail
-
ValidJidCorpusParser
public ValidJidCorpusParser(String input)
Construct a new valid JID corpus parser.- Parameters:
input
- the string to parse.
-
ValidJidCorpusParser
public ValidJidCorpusParser(String input, boolean tracing)
Construct a new valid JID corpus parser.- Parameters:
input
- the string to parse.tracing
- if tracing of the parser should be enabled.
-
-
Method Detail
-
getParserRootRule
protected org.parboiled.Rule getParserRootRule()
- Specified by:
getParserRootRule
in classJidCorpusParser<ValidJid>
-
-