Uses of Class
org.w3c.tidy.HtmlVersion
-
Packages that use HtmlVersion Package Description org.w3c.tidy -
-
Uses of HtmlVersion in org.w3c.tidy
Fields in org.w3c.tidy declared as HtmlVersion Modifier and Type Field Description protected HtmlVersionLexer. doctypeversion as given by doctype (if any).Fields in org.w3c.tidy with type parameters of type HtmlVersion Modifier and Type Field Description static EnumSet<HtmlVersion>Dict. NOT_FRAMESETAll HTML versions except HTML 4.0 frameset.static EnumSet<HtmlVersion>Dict. NOT_HTML20All versions except HTML 2.0.static EnumSet<HtmlVersion>Dict. NOT_HTML40_STRICTAll versions except html 4.0 strict.static EnumSet<HtmlVersion>Dict. NOT_XHTML11All versions except XHTML 1.1.static EnumSet<HtmlVersion>Dict. VERS_ALLtags/attrs in any version.static EnumSet<HtmlVersion>Dict. VERS_BASICVersion: xhtml basic.static EnumSet<HtmlVersion>Dict. VERS_EVENTSversions with on...static EnumSet<HtmlVersion>Dict. VERS_FRAMESETVersion: html 4.0 frameset.static EnumSet<HtmlVersion>Dict. VERS_FROM32tags/attrs in all versions from HTML 3.2 onwards.static EnumSet<HtmlVersion>Dict. VERS_HTML20Version: html 2.0.static EnumSet<HtmlVersion>Dict. VERS_HTML32Version: html 3.2.static EnumSet<HtmlVersion>Dict. VERS_HTML40tags/attrs in HTML4 but not in earlier version.static EnumSet<HtmlVersion>Dict. VERS_HTML40_LOOSEVersion: html 4.0 transitional.static EnumSet<HtmlVersion>Dict. VERS_HTML40_STRICTVersion: html 4.0 strict.static EnumSet<HtmlVersion>Dict. VERS_HTML5Version: HTML 5.static EnumSet<HtmlVersion>Dict. VERS_IFRAMEtags/attrs in HTML 4 loose and frameset.static EnumSet<HtmlVersion>Dict. VERS_LOOSEtags/attrs which are in all versions of HTML except strict.static EnumSet<HtmlVersion>Dict. VERS_MALFORMEDVersion: malformed.static EnumSet<HtmlVersion>Dict. VERS_MICROSOFTVersion: microsoft.static EnumSet<HtmlVersion>Dict. VERS_NETSCAPEVersion: netscape.static EnumSet<HtmlVersion>Dict. VERS_PROPRIETARYall tags and attributes are ok in proprietary version of HTML.static EnumSet<HtmlVersion>Dict. VERS_SUNVersion: sun.static EnumSet<HtmlVersion>Dict. VERS_UNKNOWNVersion: unknown.static EnumSet<HtmlVersion>Dict. VERS_XHTML11Version: xhtml 1.1.static EnumSet<HtmlVersion>Dict. VERS_XMLVersion: xml.protected EnumSet<HtmlVersion>Dict. versionsVersion in which this tag is defined.Methods in org.w3c.tidy that return HtmlVersion Modifier and Type Method Description HtmlVersionLexer. apparentVersion()Return the html version used in document.HtmlVersionLexer. findGivenVersion(Node doctype)Examine DOCTYPE to identify version.HtmlVersionLexer. htmlVersion()Choose what version to use for new doctype.static HtmlVersionHtmlVersion. valueOf(String name)Returns 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 HtmlVersion Modifier and Type Method Description static EnumSet<HtmlVersion>Dict. allExcept(EnumSet<HtmlVersion> except)AllHtmlVersions except the given ones.EnumSet<HtmlVersion>Attribute. getVersions()Returns the html versions in which this attribute is supported.EnumSet<HtmlVersion>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 HtmlVersion Modifier and Type Method Description voidLexer. 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 Constructor Description Attribute(String attributeName, EnumSet<HtmlVersion> htmlVersions, AttrCheck check)Instantiates a new Attribute.Dict(String name, EnumSet<HtmlVersion> versions, int model, Parser parser, TagCheck chkattrs)Instantiates a new Tag definition.
-