Entity.ExternalEntity, Entity.InternalEntity, Entity.ScannedEntity| Modifier and Type | Field and Description |
|---|---|
String |
text
Text value of entity.
|
inExternalSubset, name| Constructor and Description |
|---|
Entity.InternalEntity()
Default constructor.
|
Entity.InternalEntity(String name,
String text,
boolean inExternalSubset)
Constructs an internal entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the entity.
|
boolean |
isExternal()
Returns true if this is an external entity.
|
boolean |
isUnparsed()
Returns true if this is an unparsed entity.
|
void |
setValues(Entity.InternalEntity entity)
Sets the values of the entity.
|
void |
setValues(Entity entity)
Sets the values of the entity.
|
isEntityDeclInExternalSubsetpublic String text
public final boolean isExternal()
isExternal in class Entitypublic final boolean isUnparsed()
isUnparsed in class Entitypublic void setValues(Entity entity)
public void setValues(Entity.InternalEntity entity)
Copyright © 2018–2021 mhoffrogge. All rights reserved.