|
|||||||||
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. |
java.lang.CharSequence |
name
The name of this entity. |
Constructor Summary | |
---|---|
Entity(java.lang.CharSequence name,
char character)
Creates a new entity with the specified name and character. |
Method Summary | |
---|---|
java.lang.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 java.lang.CharSequence name
public final char character
Constructor Detail |
---|
public Entity(java.lang.CharSequence name, char character)
name
- the name of the new entity.character
- its character value.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |