Uses of Class
com.helger.html.entity.EHTMLEntity
-
Packages that use EHTMLEntity Package Description com.helger.html.entity com.helger.html.hc.impl -
-
Uses of EHTMLEntity in com.helger.html.entity
Methods in com.helger.html.entity that return EHTMLEntity Modifier and Type Method Description static EHTMLEntityEHTMLEntity. getFromCharOrNull(char c)Get the predefined HTML entity to be used to represent the passed character.static EHTMLEntityEHTMLEntity. getFromEntityReferenceOrNull(String sEntityReference)Get the predefined HTML entity for the specified entity reference string is valid.static EHTMLEntityEHTMLEntity. valueOf(String name)Returns the enum constant of this type with the specified name.static EHTMLEntity[]EHTMLEntity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.entity that return types with arguments of type EHTMLEntity Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsOrderedMap<Character,EHTMLEntity>EHTMLEntity. getCharToEntityMap()static com.helger.commons.collection.impl.ICommonsOrderedMap<String,EHTMLEntity>EHTMLEntity. getEntityRefToEntityMap() -
Uses of EHTMLEntity in com.helger.html.hc.impl
Constructors in com.helger.html.hc.impl with parameters of type EHTMLEntity Constructor Description HCEntityNode(EHTMLEntity eEntity)
-