Package it.unimi.dsi.parser
Class Entity
java.lang.Object
it.unimi.dsi.parser.Entity
Deprecated.
This class is obsolete and kept around for backward compatibility only.
An SGML character entity.
-
Field Summary
Modifier and TypeFieldDescriptionfinal char
Deprecated.The Unicode character corresponding to this entity.final CharSequence
Deprecated.The name of this entity. -
Constructor Summary
ConstructorDescriptionEntity
(CharSequence name, char character) Deprecated.Creates a new entity with the specified name and character. -
Method Summary
-
Field Details
-
name
Deprecated.The name of this entity. -
character
public final char characterDeprecated.The Unicode character corresponding to this entity.
-
-
Constructor Details
-
Entity
Deprecated.Creates a new entity with the specified name and character.- Parameters:
name
- the name of the new entity.character
- its character value.
-
-
Method Details