| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.w3c.tidy.Entitypublic class Entityextends java.lang.ObjectConstructor Summary | |
| |
public Entity(String name,
int code)instantiates a new entity.
- Parameters:
name- entity namecode- entity code (will be casted to short)
public short getCode()
Getter forcode.
- Returns:
- Returns the code.
public String getName()
Getter forname.
- Returns:
- Returns the name.