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
FieldsModifier and TypeFieldDescriptionfinal charDeprecated.The Unicode character corresponding to this entity.final CharSequenceDeprecated.The name of this entity. -
Constructor Summary
ConstructorsConstructorDescriptionEntity(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