public final class Entity extends Object
Modifier and Type | Field and Description |
---|---|
char |
character
The Unicode character corresponding to this entity.
|
CharSequence |
name
The name of this entity.
|
Constructor and Description |
---|
Entity(CharSequence name,
char character)
Creates a new entity with the specified name and character.
|
public final CharSequence name
public final char character
public Entity(CharSequence name, char character)
name
- the name of the new entity.character
- its character value.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.