Package org.jxmpp.strings.testframework
Class InvalidJidCorpusParser
java.lang.Object
org.jxmpp.strings.testframework.JidCorpusParser<InvalidJid>
org.jxmpp.strings.testframework.InvalidJidCorpusParser
-
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
ConstructorDescriptionInvalidJidCorpusParser
(String input) Construct a new valid JID corpus parser.InvalidJidCorpusParser
(String input, boolean tracing) Construct a new valid JID corpus parser. -
Method Summary
Methods inherited from class org.jxmpp.strings.testframework.JidCorpusParser
parse
-
Constructor Details
-
InvalidJidCorpusParser
Construct a new valid JID corpus parser.- Parameters:
input
- the string to parse.
-
InvalidJidCorpusParser
Construct a new valid JID corpus parser.- Parameters:
input
- the string to parse.tracing
- if tracing of the parser should be enabled.
-
-
Method Details
-
getParserRootRule
- Specified by:
getParserRootRule
in classJidCorpusParser<InvalidJid>
-