Uses of Interface
org.w3c.tidy.ParseProperty

Packages that use ParseProperty
org.w3c.tidy   
 

Uses of ParseProperty in org.w3c.tidy
 

Classes in org.w3c.tidy that implement ParseProperty
(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.
 

Fields in org.w3c.tidy declared as ParseProperty
(package private) static ParseProperty ParsePropertyImpl.INT
          configuration parser for int values.
(package private) static ParseProperty ParsePropertyImpl.BOOL
          configuration parser for boolean values.
(package private) static ParseProperty ParsePropertyImpl.INVBOOL
          configuration parser for inverted boolean values.
(package private) static ParseProperty ParsePropertyImpl.CHAR_ENCODING
          configuration parser for char encoding values.
(package private) static ParseProperty ParsePropertyImpl.NAME
          configuration parser for name values.
(package private) static ParseProperty ParsePropertyImpl.TAGNAMES
          configuration parser for tag names.
(package private) static ParseProperty ParsePropertyImpl.DOCTYPE
          configuration parser for doctype 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.INDENT
          configuration parser for indent property.
(package private) static ParseProperty ParsePropertyImpl.CSS1SELECTOR
          configuration parser for css selectors.
(package private) static ParseProperty ParsePropertyImpl.NEWLINE
          configuration parser for new line bytes.
private  ParseProperty Configuration.Flag.parser
          Parser for the configuration property.
 

Methods in org.w3c.tidy that return ParseProperty
 ParseProperty Configuration.Flag.getParser()
          Getter for parser.
 

Constructors in org.w3c.tidy with parameters of type ParseProperty
Configuration.Flag(java.lang.String name, java.lang.String fieldName, ParseProperty parser)
          Instantiates a new Flag.