Package it.unimi.dsi.parser
Class Entity
- java.lang.Object
-
- it.unimi.dsi.parser.Entity
-
@Deprecated public final class Entity extends java.lang.Object
Deprecated.This class is obsolete and kept around for backward compatibility only.An SGML character entity.
-
-
Constructor Summary
Constructors Constructor Description Entity(java.lang.CharSequence name, char character)
Deprecated.Creates a new entity with the specified name and character.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
toString()
Deprecated.Returns the name of this entity.
-