Package | Description |
---|---|
org.w3c.tidy |
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 |
ParsePropertyImpl.BOOL
configuration parser for boolean values.
|
(package private) static ParseProperty |
ParsePropertyImpl.CHAR_ENCODING
configuration parser for char encoding values.
|
(package private) static ParseProperty |
ParsePropertyImpl.CSS1SELECTOR
configuration parser for css selectors.
|
(package private) static ParseProperty |
ParsePropertyImpl.DOCTYPE
configuration parser for doctype property.
|
(package private) static ParseProperty |
ParsePropertyImpl.INDENT
configuration parser for indent property.
|
(package private) static ParseProperty |
ParsePropertyImpl.INT
configuration parser for int values.
|
(package private) static ParseProperty |
ParsePropertyImpl.INVBOOL
configuration parser for inverted boolean values.
|
(package private) static ParseProperty |
ParsePropertyImpl.NAME
configuration parser for name values.
|
(package private) static ParseProperty |
ParsePropertyImpl.NEWLINE
configuration parser for new line bytes.
|
private ParseProperty |
Configuration.Flag.parser
Parser for the configuration property.
|
(package private) static ParseProperty |
ParsePropertyImpl.REPEATED_ATTRIBUTES
configuration parser for repetated attribute property.
|
(package private) static ParseProperty |
ParsePropertyImpl.STRING
configuration parser for String values.
|
(package private) static ParseProperty |
ParsePropertyImpl.TAGNAMES
configuration parser for tag names.
|
Modifier and Type | Method and Description |
---|---|
ParseProperty |
Configuration.Flag.getParser()
Getter for
parser . |
Constructor and Description |
---|
Flag(java.lang.String name,
java.lang.String fieldName,
ParseProperty parser)
Instantiates a new Flag.
|