Package org.jxmpp.strings.testframework
Class InvalidJidCorpusParser
- java.lang.Object
-
- org.jxmpp.strings.testframework.JidCorpusParser<InvalidJid>
-
- org.jxmpp.strings.testframework.InvalidJidCorpusParser
-
public class InvalidJidCorpusParser extends JidCorpusParser<InvalidJid>
-
-
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 InvalidJidCorpusParser(String input)
Construct a new valid JID corpus parser.InvalidJidCorpusParser(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
-
InvalidJidCorpusParser
public InvalidJidCorpusParser(String input)
Construct a new valid JID corpus parser.- Parameters:
input
- the string to parse.
-
InvalidJidCorpusParser
public InvalidJidCorpusParser(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<InvalidJid>
-
-