protected static class XMLEntityManager.InternalEntity extends XMLEntityManager.Entity
| Modifier and Type | Field and Description |
|---|---|
int |
paramEntityRefs
Count of direct and indirect references to parameter entities in the value of the entity.
|
String |
text
Text value of entity.
|
inExternalSubset, name| Constructor and Description |
|---|
InternalEntity()
Default constructor.
|
InternalEntity(String name,
String text,
boolean inExternalSubset)
Constructs an internal entity.
|
InternalEntity(String name,
String text,
boolean inExternalSubset,
int paramEntityRefs)
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(XMLEntityManager.Entity entity)
Sets the values of the entity.
|
void |
setValues(XMLEntityManager.InternalEntity entity)
Sets the values of the entity.
|
isEntityDeclInExternalSubsetpublic String text
public int paramEntityRefs
public InternalEntity()
public InternalEntity(String name, String text, boolean inExternalSubset)
public final boolean isExternal()
isExternal in class XMLEntityManager.Entitypublic final boolean isUnparsed()
isUnparsed in class XMLEntityManager.Entitypublic void clear()
clear in class XMLEntityManager.Entitypublic void setValues(XMLEntityManager.Entity entity)
setValues in class XMLEntityManager.Entitypublic void setValues(XMLEntityManager.InternalEntity entity)
Copyright © 2019 JBoss by Red Hat. All rights reserved.