|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3c.tidy.Entity
public class Entity
HTML ISO entity.
Constructor Summary | |
---|---|
Entity(String name,
int code)
instantiates a new entity. |
Method Summary | |
---|---|
short |
getCode()
Getter for code . |
String |
getName()
Getter for name . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Entity(String name, int code)
name
- entity namecode
- entity code (will be casted to short)Method Detail |
---|
public short getCode()
code
.
public String getName()
name
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |