Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.w3c.tidy.Entity
public class Entity
extends java.lang.Object
Constructor 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.