public final class ParsePropertyImpl
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ParsePropertyImpl.ParseBoolean
parser for boolean values.
|
(package private) static class |
ParsePropertyImpl.ParseCharEncoding
parse character encoding option.
|
(package private) static class |
ParsePropertyImpl.ParseCSS1Selector
Parser for css selectors.
|
(package private) static class |
ParsePropertyImpl.ParseDocType
Parse doctype preference.
|
(package private) static class |
ParsePropertyImpl.ParseIndent
Parser for indent values.
|
(package private) static class |
ParsePropertyImpl.ParseInt
parser for integer values.
|
(package private) static class |
ParsePropertyImpl.ParseInvBoolean
parser for boolean values.
|
(package private) static class |
ParsePropertyImpl.ParseName
parser for name values (a string excluding whitespace).
|
(package private) static class |
ParsePropertyImpl.ParseNewLine
Parser for newline bytes.
|
(package private) static class |
ParsePropertyImpl.ParseRepeatedAttribute
keep-first or keep-last?
|
(package private) static class |
ParsePropertyImpl.ParseString
Parser for String values.
|
(package private) static class |
ParsePropertyImpl.ParseTagNames
parser for name values.
|
Modifier and Type | Field and Description |
---|---|
(package private) static ParseProperty |
BOOL
configuration parser for boolean values.
|
(package private) static ParseProperty |
CHAR_ENCODING
configuration parser for char encoding values.
|
(package private) static ParseProperty |
CSS1SELECTOR
configuration parser for css selectors.
|
(package private) static ParseProperty |
DOCTYPE
configuration parser for doctype property.
|
(package private) static ParseProperty |
INDENT
configuration parser for indent property.
|
(package private) static ParseProperty |
INT
configuration parser for int values.
|
(package private) static ParseProperty |
INVBOOL
configuration parser for inverted boolean values.
|
(package private) static ParseProperty |
NAME
configuration parser for name values.
|
(package private) static ParseProperty |
NEWLINE
configuration parser for new line bytes.
|
(package private) static ParseProperty |
REPEATED_ATTRIBUTES
configuration parser for repetated attribute property.
|
(package private) static ParseProperty |
STRING
configuration parser for String values.
|
(package private) static ParseProperty |
TAGNAMES
configuration parser for tag names.
|
Modifier | Constructor and Description |
---|---|
private |
ParsePropertyImpl()
don't instantiate.
|
static final ParseProperty INT
static final ParseProperty BOOL
static final ParseProperty INVBOOL
static final ParseProperty CHAR_ENCODING
static final ParseProperty NAME
static final ParseProperty TAGNAMES
static final ParseProperty DOCTYPE
static final ParseProperty REPEATED_ATTRIBUTES
static final ParseProperty STRING
static final ParseProperty INDENT
static final ParseProperty CSS1SELECTOR
static final ParseProperty NEWLINE