Package org.jxmpp.strings.testframework
Class JidCorpusParser<J>
java.lang.Object
org.jxmpp.strings.testframework.JidCorpusParser<J>
- Direct Known Subclasses:
InvalidJidCorpusParser
,ValidJidCorpusParser
-
Field Summary
Modifier and TypeFieldDescriptionstatic final char
static final char
static final char
protected static final char[]
protected static final char[]
static final String
-
Constructor Summary
ModifierConstructorDescriptionprotected
JidCorpusParser
(String input) Construct a new valid JID corpus parser.protected
JidCorpusParser
(String input, boolean tracing) Construct a new valid JID corpus parser. -
Method Summary
-
Field Details
-
ASCII_LINE_FEED_UNICODE_END_OF_LINE
- See Also:
-
ASCII_RECORD_SEPARATOR_UNICODE_INFORMATION_SEPARATOR_TWO
- See Also:
-
ASCII_UNIT_SEPARATOR_UNICODE_INFORMATION_SEPARATOR_ONE
- See Also:
-
END_OF_RECORD
-
CONTROL_CHARACTERS
-
CONTROL_CHARACTERS_AND_NEWLINE
-
-
Constructor Details
-
JidCorpusParser
Construct a new valid JID corpus parser.- Parameters:
input
- the string to parse.
-
JidCorpusParser
Construct a new valid JID corpus parser.- Parameters:
input
- the string to parse.tracing
- if tracing of the parser should be enabled.
-
-
Method Details
-
parse
Parse the input.- Returns:
- a list of parsed
ValidJid
s.
-
getParserRootRule
-