|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tidy.Entity
public class Entity
HTML ISO entity.
Constructor Summary | |
---|---|
Entity(java.lang.String name,
int code)
instantiates a new entity. |
Method Summary | |
---|---|
short |
getCode()
Getter for code . |
java.lang.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(java.lang.String name, int code)
name
- entity namecode
- entity code (will be casted to short)Method Detail |
---|
public short getCode()
code
.
public java.lang.String getName()
name
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |