|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.parser.Entity
public final class Entity
An SGML character entity.
Field Summary | |
---|---|
char |
character
The Unicode character corresponding to this entity. |
CharSequence |
name
The name of this entity. |
Constructor Summary | |
---|---|
Entity(CharSequence name,
char character)
Creates a new entity with the specified name and character. |
Method Summary | |
---|---|
String |
toString()
Returns the name of this entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final CharSequence name
public final char character
Constructor Detail |
---|
public Entity(CharSequence name, char character)
name
- the name of the new entity.character
- its character value.Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |