Package org.w3c.tidy
Class Entity
java.lang.Object
org.w3c.tidy.Entity
HTML ISO entity.
- Version:
- $Revision: 487 $ ($Author: fgiust $)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Entity
instantiates a new entity.- Parameters:
name
- entity namecode
- entity code (will be casted to short)
-
-
Method Details
-
getCode
public short getCode()Getter forcode
.- Returns:
- Returns the code.
-
getName
Getter forname
.- Returns:
- Returns the name.
-