org.w3c.tidy
Class ParsePropertyImpl

java.lang.Object
  extended byorg.w3c.tidy.ParsePropertyImpl

public final class ParsePropertyImpl
extends java.lang.Object

Property parser instances.

Version:
$Revision $ ($Author $)
Author:
Fabrizio Giustina

Nested Class Summary
(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.
 
Field Summary
(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.
 
Constructor Summary
private ParsePropertyImpl()
          don't instantiate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

Constructor Detail

ParsePropertyImpl

private ParsePropertyImpl()
don't instantiate.