Entity.ExternalEntity, Entity.InternalEntity, Entity.ScannedEntity| Modifier and Type | Field and Description |
|---|---|
XMLResourceIdentifier |
entityLocation
container for all relevant entity location information.
|
String |
notation
Notation name for unparsed entity.
|
inExternalSubset, name| Constructor and Description |
|---|
Entity.ExternalEntity()
Default constructor.
|
Entity.ExternalEntity(String name,
XMLResourceIdentifier entityLocation,
String notation,
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.ExternalEntity entity)
Sets the values of the entity.
|
void |
setValues(Entity entity)
Sets the values of the entity.
|
isEntityDeclInExternalSubsetpublic XMLResourceIdentifier entityLocation
public String notation
public Entity.ExternalEntity()
public Entity.ExternalEntity(String name, XMLResourceIdentifier entityLocation, String notation, boolean inExternalSubset)
public final boolean isExternal()
isExternal in class Entitypublic final boolean isUnparsed()
isUnparsed in class Entitypublic void setValues(Entity entity)
public void setValues(Entity.ExternalEntity entity)
Copyright © 2018–2021 mhoffrogge. All rights reserved.