protected static class XMLEntityManager.InternalEntity extends XMLEntityManager.Entity
Modifier and Type | Field and Description |
---|---|
String |
text
Text value of entity.
|
inExternalSubset, name
Constructor and Description |
---|
XMLEntityManager.InternalEntity()
Default constructor.
|
XMLEntityManager.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(XMLEntityManager.Entity entity)
Sets the values of the entity.
|
void |
setValues(XMLEntityManager.InternalEntity entity)
Sets the values of the entity.
|
isEntityDeclInExternalSubset
public String text
public XMLEntityManager.InternalEntity()
public final boolean isExternal()
isExternal
in class XMLEntityManager.Entity
public final boolean isUnparsed()
isUnparsed
in class XMLEntityManager.Entity
public void clear()
clear
in class XMLEntityManager.Entity
public void setValues(XMLEntityManager.Entity entity)
setValues
in class XMLEntityManager.Entity
public void setValues(XMLEntityManager.InternalEntity entity)
Copyright © 2018 JBoss by Red Hat. All rights reserved.