org.apache.xerces.impl
protected static class XMLEntityManager.InternalEntity extends XMLEntityManager.Entity
| Field Summary | |
|---|---|
| String | text Text value of entity. |
| Constructor Summary | |
|---|---|
| InternalEntity() Default constructor. | |
| InternalEntity(String name, String text, boolean inExternalSubset) Constructs an internal entity. | |
| Method Summary | |
|---|---|
| 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. |