Uses of Enum
org.w3c.tidy.HtmlVersion
Packages that use HtmlVersion
-
Uses of HtmlVersion in org.w3c.tidy
Fields in org.w3c.tidy declared as HtmlVersionModifier and TypeFieldDescriptionprotected HtmlVersion
Lexer.doctype
version as given by doctype (if any).Fields in org.w3c.tidy with type parameters of type HtmlVersionModifier and TypeFieldDescriptionstatic final EnumSet<HtmlVersion>
Dict.NOT_FRAMESET
All HTML versions except HTML 4.0 frameset.static final EnumSet<HtmlVersion>
Dict.NOT_HTML20
All versions except HTML 2.0.static final EnumSet<HtmlVersion>
Dict.NOT_HTML40_STRICT
All versions except html 4.0 strict.static final EnumSet<HtmlVersion>
Dict.NOT_XHTML11
All versions except XHTML 1.1.static final EnumSet<HtmlVersion>
Dict.VERS_ALL
tags/attrs in any version.static final EnumSet<HtmlVersion>
Dict.VERS_BASIC
Version: xhtml basic.static final EnumSet<HtmlVersion>
Dict.VERS_EVENTS
versions with on...static final EnumSet<HtmlVersion>
Dict.VERS_FRAMESET
Version: html 4.0 frameset.static final EnumSet<HtmlVersion>
Dict.VERS_FROM32
tags/attrs in all versions from HTML 3.2 onwards.static final EnumSet<HtmlVersion>
Dict.VERS_HTML20
Version: html 2.0.static final EnumSet<HtmlVersion>
Dict.VERS_HTML32
Version: html 3.2.static final EnumSet<HtmlVersion>
Dict.VERS_HTML40
tags/attrs in HTML4 but not in earlier version.static final EnumSet<HtmlVersion>
Dict.VERS_HTML40_LOOSE
Version: html 4.0 transitional.static final EnumSet<HtmlVersion>
Dict.VERS_HTML40_STRICT
Version: html 4.0 strict.static final EnumSet<HtmlVersion>
Dict.VERS_HTML5
Version: HTML 5.static final EnumSet<HtmlVersion>
Dict.VERS_IFRAME
tags/attrs in HTML 4 loose and frameset.static final EnumSet<HtmlVersion>
Dict.VERS_LOOSE
tags/attrs which are in all versions of HTML except strict.static final EnumSet<HtmlVersion>
Dict.VERS_MALFORMED
Version: malformed.static final EnumSet<HtmlVersion>
Dict.VERS_MICROSOFT
Version: microsoft.static final EnumSet<HtmlVersion>
Dict.VERS_NETSCAPE
Version: netscape.static final EnumSet<HtmlVersion>
Dict.VERS_PROPRIETARY
all tags and attributes are ok in proprietary version of HTML.static final EnumSet<HtmlVersion>
Dict.VERS_SUN
Version: sun.static final EnumSet<HtmlVersion>
Dict.VERS_UNKNOWN
Version: unknown.static final EnumSet<HtmlVersion>
Dict.VERS_XHTML11
Version: xhtml 1.1.static final EnumSet<HtmlVersion>
Dict.VERS_XML
Version: xml.protected EnumSet<HtmlVersion>
Dict.versions
Version 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 HtmlVersion
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 HtmlVersionModifier and TypeMethodDescriptionstatic EnumSet<HtmlVersion>
Dict.allExcept
(EnumSet<HtmlVersion> except) AllHtmlVersion
s 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 TypeMethodDescriptionvoid
Lexer.addVersions
(EnumSet<HtmlVersion> possibleVersions) Adds the given versions to the set of possible document versions.static EnumSet<HtmlVersion>
Dict.allExcept
(EnumSet<HtmlVersion> except) AllHtmlVersion
s except the given ones.void
Lexer.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