Uses of Interface
org.w3c.tidy.ParseProperty
-
Packages that use ParseProperty Package Description org.w3c.tidy -
-
Uses of ParseProperty in org.w3c.tidy
Classes in org.w3c.tidy that implement ParseProperty 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.Fields in org.w3c.tidy declared as ParseProperty Modifier and Type Field Description (package private) static ParsePropertyParsePropertyImpl. BOOLconfiguration parser for boolean values.(package private) static ParsePropertyParsePropertyImpl. CHAR_ENCODINGconfiguration parser for char encoding values.(package private) static ParsePropertyParsePropertyImpl. CSS1SELECTORconfiguration parser for css selectors.(package private) static ParsePropertyParsePropertyImpl. DOCTYPEconfiguration parser for doctype property.(package private) static ParsePropertyParsePropertyImpl. INDENTconfiguration parser for indent property.(package private) static ParsePropertyParsePropertyImpl. INTconfiguration parser for int values.(package private) static ParsePropertyParsePropertyImpl. INVBOOLconfiguration parser for inverted boolean values.(package private) static ParsePropertyParsePropertyImpl. NAMEconfiguration parser for name values.(package private) static ParsePropertyParsePropertyImpl. NEWLINEconfiguration parser for new line bytes.private ParsePropertyConfiguration.Flag. parserParser for the configuration property.(package private) static ParsePropertyParsePropertyImpl. REPEATED_ATTRIBUTESconfiguration parser for repetated attribute property.(package private) static ParsePropertyParsePropertyImpl. STRINGconfiguration parser for String values.(package private) static ParsePropertyParsePropertyImpl. TAGNAMESconfiguration parser for tag names.Methods in org.w3c.tidy that return ParseProperty Modifier and Type Method Description ParsePropertyConfiguration.Flag. getParser()Getter forparser.Constructors in org.w3c.tidy with parameters of type ParseProperty Constructor Description Flag(java.lang.String name, java.lang.String fieldName, ParseProperty parser)Instantiates a new Flag.
-