Uses of Enum
org.w3c.tidy.HtmlVersion
Packages that use HtmlVersion
-
Uses of HtmlVersion in org.w3c.tidy
Subclasses with type arguments of type HtmlVersion in org.w3c.tidyFields in org.w3c.tidy declared as HtmlVersionModifier and TypeFieldDescriptionprotected HtmlVersionLexer.doctypeversion as given by doctype (if any).Fields in org.w3c.tidy with type parameters of type HtmlVersionModifier and TypeFieldDescriptionstatic final EnumSet<HtmlVersion> Dict.NOT_FRAMESETAll HTML versions except HTML 4.0 frameset.static final EnumSet<HtmlVersion> Dict.NOT_HTML20All versions except HTML 2.0.static final EnumSet<HtmlVersion> Dict.NOT_HTML40_STRICTAll versions except html 4.0 strict.static final EnumSet<HtmlVersion> Dict.NOT_XHTML11All versions except XHTML 1.1.static final EnumSet<HtmlVersion> Dict.VERS_ALLtags/attrs in any version.static final EnumSet<HtmlVersion> Dict.VERS_BASICVersion: xhtml basic.static final EnumSet<HtmlVersion> Dict.VERS_EVENTSversions with on...static final EnumSet<HtmlVersion> Dict.VERS_FRAMESETVersion: html 4.0 frameset.static final EnumSet<HtmlVersion> Dict.VERS_FROM32tags/attrs in all versions from HTML 3.2 onwards.static final EnumSet<HtmlVersion> Dict.VERS_HTML20Version: html 2.0.static final EnumSet<HtmlVersion> Dict.VERS_HTML32Version: html 3.2.static final EnumSet<HtmlVersion> Dict.VERS_HTML40tags/attrs in HTML4 but not in earlier version.static final EnumSet<HtmlVersion> Dict.VERS_HTML40_LOOSEVersion: html 4.0 transitional.static final EnumSet<HtmlVersion> Dict.VERS_HTML40_STRICTVersion: html 4.0 strict.static final EnumSet<HtmlVersion> Dict.VERS_HTML5Version: HTML 5.static final EnumSet<HtmlVersion> Dict.VERS_IFRAMEtags/attrs in HTML 4 loose and frameset.static final EnumSet<HtmlVersion> Dict.VERS_LOOSEtags/attrs which are in all versions of HTML except strict.static final EnumSet<HtmlVersion> Dict.VERS_MALFORMEDVersion: malformed.static final EnumSet<HtmlVersion> Dict.VERS_MICROSOFTVersion: microsoft.static final EnumSet<HtmlVersion> Dict.VERS_NETSCAPEVersion: netscape.static final EnumSet<HtmlVersion> Dict.VERS_PROPRIETARYall tags and attributes are ok in proprietary version of HTML.static final EnumSet<HtmlVersion> Dict.VERS_SUNVersion: sun.static final EnumSet<HtmlVersion> Dict.VERS_UNKNOWNVersion: unknown.static final EnumSet<HtmlVersion> Dict.VERS_XHTML11Version: xhtml 1.1.static final EnumSet<HtmlVersion> Dict.VERS_XMLVersion: xml.protected EnumSet<HtmlVersion> Dict.versionsVersion in which this tag is defined.Methods in org.w3c.tidy that return HtmlVersionModifier and TypeMethodDescriptionLexer.apparentVersion()Return the html version used in document.Lexer.findGivenVersion(Node doctype) Examine DOCTYPE to identify version.Lexer.htmlVersion()Choose what version to use for new doctype.static HtmlVersionReturns the enum constant of this type with the specified name.static HtmlVersion[]HtmlVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.w3c.tidy that return types with arguments of type HtmlVersionModifier and TypeMethodDescriptionstatic EnumSet<HtmlVersion> Dict.allExcept(EnumSet<HtmlVersion> except) AllHtmlVersions except the given ones.Attribute.getVersions()Returns the html versions in which this attribute is supported.Dict.getVersions()Getter forversions.static EnumSet<HtmlVersion> Dict.without(EnumSet<HtmlVersion> set, EnumSet<HtmlVersion> excluded) The set of literals in the given set reduced by the ones in the excluded set.Method parameters in org.w3c.tidy with type arguments of type HtmlVersionModifier and TypeMethodDescriptionvoidLexer.addVersions(EnumSet<HtmlVersion> possibleVersions) Adds the given versions to the set of possible document versions.static EnumSet<HtmlVersion> Dict.allExcept(EnumSet<HtmlVersion> except) AllHtmlVersions except the given ones.voidLexer.restrictVersionsTo(EnumSet<HtmlVersion> excludedVersions) Remove all versions except the given ones from the set of possible versions.static EnumSet<HtmlVersion> Dict.without(EnumSet<HtmlVersion> set, EnumSet<HtmlVersion> excluded) The set of literals in the given set reduced by the ones in the excluded set.Constructor parameters in org.w3c.tidy with type arguments of type HtmlVersion