Package org.w3c.tidy

Class ParsePropertyImpl


  • public final class ParsePropertyImpl
    extends java.lang.Object
    Property parser instances.
    Version:
    $Revision $ ($Author $)
    • 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.