Uses of Class
org.apache.commons.lang.Entities
-
Packages that use Entities Package Description org.apache.commons.lang Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.langclasses. -
-
Uses of Entities in org.apache.commons.lang
Fields in org.apache.commons.lang declared as Entities Modifier and Type Field Description static EntitiesEntities. HTML32The set of entities supported by HTML 3.2.static EntitiesEntities. HTML40The set of entities supported by HTML 4.0.static EntitiesEntities. XMLThe set of entities supported by standard XML.Methods in org.apache.commons.lang with parameters of type Entities Modifier and Type Method Description (package private) static voidEntities. fillWithHtml40Entities(Entities entities)Fills the specified entities instance with HTML 40 entities.
-