| java.lang.Object org.w3c.tidy.Entity
Entity | public class Entity (Code) | | HTML ISO entity.
author: Dave Raggett dsr@w3.org author: Andy Quick ac.quick@sympatico.ca (translation to Java) author: Fabrizio Giustina version: $Revision: 1.5 $ ($Author: fgiust $) |
Constructor Summary | |
public | Entity(String name, int code) instantiates a new entity. |
Entity | public Entity(String name, int code)(Code) | | instantiates a new entity.
Parameters: name - entity name Parameters: code - entity code (will be casted to short) |
getCode | public short getCode()(Code) | | Getter for code .
Returns the code. |
getName | public String getName()(Code) | | Getter for name .
Returns the name. |
|
|