Package io.xml
Class XMLTokenizer
java.lang.Object
io.Tokenizer
io.xml.XMLTokenizer
- Since:
- 11.12.2021
- Author:
- Juyas
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TokenReader
static final TokenReader
static final TokenReader
static final TokenReader
static final TokenReader
static final TokenReader
static final TokenReader
static final TokenReader
static final TokenReader
static final TokenReader
static final TokenReader
-
Constructor Summary
-
Method Summary
-
Field Details
-
OPEN_TAG
-
CLOSE_TAG
-
SELF_CLOSE
-
ATTR_EQUALS
-
SPACING
-
VALUE
-
QUOTATION
-
COMMENT_MARK
-
COMMENT_CONTENT
-
COMMENT_DASHES
-
IDENTIFIER
-
-
Constructor Details
-
XMLTokenizer
public XMLTokenizer()
-
-
Method Details
-
tokenize
Description copied from class:Tokenizer
Reads an input string and extracts all tokens depending on the implementation from it -
detectCharset
Description copied from class:Tokenizer
Read raw input data to determine the charset based on the input - or return a default one.- Specified by:
detectCharset
in classTokenizer
- Parameters:
input
- the raw input byte- Returns:
- the charset somewhere defined in the input data or a default charset
-