Package org.w3c.tidy
Class ParsePropertyImpl
- java.lang.Object
-
- org.w3c.tidy.ParsePropertyImpl
-
public final class ParsePropertyImpl extends java.lang.ObjectProperty parser instances.- Version:
- $Revision $ ($Author $)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classParsePropertyImpl.ParseBooleanparser for boolean values.(package private) static classParsePropertyImpl.ParseCharEncodingparse character encoding option.(package private) static classParsePropertyImpl.ParseCSS1SelectorParser for css selectors.(package private) static classParsePropertyImpl.ParseDocTypeParse doctype preference.(package private) static classParsePropertyImpl.ParseIndentParser for indent values.(package private) static classParsePropertyImpl.ParseIntparser for integer values.(package private) static classParsePropertyImpl.ParseInvBooleanparser for boolean values.(package private) static classParsePropertyImpl.ParseNameparser for name values (a string excluding whitespace).(package private) static classParsePropertyImpl.ParseNewLineParser for newline bytes.(package private) static classParsePropertyImpl.ParseRepeatedAttributekeep-first or keep-last?(package private) static classParsePropertyImpl.ParseStringParser for String values.(package private) static classParsePropertyImpl.ParseTagNamesparser for name values.
-
Field Summary
Fields Modifier and Type Field Description (package private) static ParsePropertyBOOLconfiguration parser for boolean values.(package private) static ParsePropertyCHAR_ENCODINGconfiguration parser for char encoding values.(package private) static ParsePropertyCSS1SELECTORconfiguration parser for css selectors.(package private) static ParsePropertyDOCTYPEconfiguration parser for doctype property.(package private) static ParsePropertyINDENTconfiguration parser for indent property.(package private) static ParsePropertyINTconfiguration parser for int values.(package private) static ParsePropertyINVBOOLconfiguration parser for inverted boolean values.(package private) static ParsePropertyNAMEconfiguration parser for name values.(package private) static ParsePropertyNEWLINEconfiguration parser for new line bytes.(package private) static ParsePropertyREPEATED_ATTRIBUTESconfiguration parser for repetated attribute property.(package private) static ParsePropertySTRINGconfiguration parser for String values.(package private) static ParsePropertyTAGNAMESconfiguration parser for tag names.
-
Constructor Summary
Constructors Modifier Constructor Description privateParsePropertyImpl()don't instantiate.
-
-
-
Field Detail
-
INT
static final ParseProperty INT
configuration parser for int values.
-
BOOL
static final ParseProperty BOOL
configuration parser for boolean values.
-
INVBOOL
static final ParseProperty INVBOOL
configuration parser for inverted boolean values.
-
CHAR_ENCODING
static final ParseProperty CHAR_ENCODING
configuration parser for char encoding values.
-
NAME
static final ParseProperty NAME
configuration parser for name values.
-
TAGNAMES
static final ParseProperty TAGNAMES
configuration parser for tag names.
-
DOCTYPE
static final ParseProperty DOCTYPE
configuration parser for doctype property.
-
REPEATED_ATTRIBUTES
static final ParseProperty REPEATED_ATTRIBUTES
configuration parser for repetated attribute property.
-
STRING
static final ParseProperty STRING
configuration parser for String values.
-
INDENT
static final ParseProperty INDENT
configuration parser for indent property.
-
CSS1SELECTOR
static final ParseProperty CSS1SELECTOR
configuration parser for css selectors.
-
NEWLINE
static final ParseProperty NEWLINE
configuration parser for new line bytes.
-
-