Uses of Class
com.helger.html.EHTMLVersion
-
Packages that use EHTMLVersion Package Description com.helger.html com.helger.html.hc com.helger.html.hc.config com.helger.html.hc.ext com.helger.html.hc.impl com.helger.html.hc.mock com.helger.html.parser -
-
Uses of EHTMLVersion in com.helger.html
Methods in com.helger.html that return EHTMLVersion Modifier and Type Method Description static EHTMLVersionEHTMLVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static EHTMLVersion[]EHTMLVersion. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EHTMLVersion in com.helger.html.hc
Methods in com.helger.html.hc that return EHTMLVersion Modifier and Type Method Description EHTMLVersionIHCConversionSettingsToNode. getHTMLVersion()Methods in com.helger.html.hc with parameters of type EHTMLVersion Modifier and Type Method Description voidIHCCustomizer. customizeNode(IHCNode aNode, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode)Customize HC node with some predefined classes etc.voidIHCNode. customizeNode(IHCCustomizer aCustomizer, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode)Customize the current node with the respective customizer.
This method is called at last once perIHCNode.IHCConversionSettingsIHCConversionSettings. getClone(EHTMLVersion eHTMLVersion)Get a clone of this settings, but with a different HTML version.IHCConversionSettingsIHCConversionSettings. getCloneIfNecessary(EHTMLVersion eHTMLVersion)Get a clone of this settings, but with a different HTML version. -
Uses of EHTMLVersion in com.helger.html.hc.config
Fields in com.helger.html.hc.config declared as EHTMLVersion Modifier and Type Field Description static EHTMLVersionHCSettings. DEFAULT_HTML_VERSIONDefault HTML version is HTML5Methods in com.helger.html.hc.config that return EHTMLVersion Modifier and Type Method Description EHTMLVersionHCConversionSettings. getHTMLVersion()Methods in com.helger.html.hc.config with parameters of type EHTMLVersion Modifier and Type Method Description static com.helger.xml.serialize.write.XMLWriterSettingsHCConversionSettings. createDefaultXMLWriterSettings(EHTMLVersion eHTMLVersion)HCConversionSettingsHCConversionSettings. getClone(EHTMLVersion eHTMLVersion)HCConversionSettingsHCConversionSettings. getCloneIfNecessary(EHTMLVersion eHTMLVersion)static voidHCSettings. setDefaultHTMLVersion(EHTMLVersion eHTMLVersion)Set the default HTML version to use.HCConversionSettingsHCConversionSettings. setHTMLVersion(EHTMLVersion eHTMLVersion)Change the HTML version.Constructors in com.helger.html.hc.config with parameters of type EHTMLVersion Constructor Description HCConversionSettings(EHTMLVersion eHTMLVersion)ConstructorHCConversionSettings(IHCConversionSettings aBase, EHTMLVersion eHTMLVersion)Kind of copy constructor. -
Uses of EHTMLVersion in com.helger.html.hc.ext
Methods in com.helger.html.hc.ext with parameters of type EHTMLVersion Modifier and Type Method Description voidHCCustomizerAutoFocusFirstCtrl. customizeNode(IHCNode aNode, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode)Constructors in com.helger.html.hc.ext with parameters of type EHTMLVersion Constructor Description HCParser(EHTMLVersion eHTMLVersion) -
Uses of EHTMLVersion in com.helger.html.hc.impl
Methods in com.helger.html.hc.impl with parameters of type EHTMLVersion Modifier and Type Method Description voidAbstractHCNode. customizeNode(IHCCustomizer aCustomizer, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode)voidHCCustomizerList. customizeNode(IHCNode aNode, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode)protected voidAbstractHCNode. onCustomizeNode(IHCCustomizer aCustomizer, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode)protected voidAbstractHCWrappingNode. onCustomizeNode(IHCCustomizer aCustomizer, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode) -
Uses of EHTMLVersion in com.helger.html.hc.mock
Constructors in com.helger.html.hc.mock with parameters of type EHTMLVersion Constructor Description HCTestRuleHTMLVersion(EHTMLVersion eHTMLVersion) -
Uses of EHTMLVersion in com.helger.html.parser
Methods in com.helger.html.parser that return EHTMLVersion Modifier and Type Method Description EHTMLVersionXHTMLParser. getHTMLVersion()Constructors in com.helger.html.parser with parameters of type EHTMLVersion Constructor Description XHTMLParser(EHTMLVersion eHTMLVersion)
-