org.apache.xerces.impl
public abstract static class XMLEntityManager.Entity extends Object
| Field Summary | |
|---|---|
| boolean | inExternalSubset |
| String | name Entity name. |
| Constructor Summary | |
|---|---|
| Entity() Default constructor. | |
| Entity(String name, boolean inExternalSubset) Constructs an entity. | |
| Method Summary | |
|---|---|
| void | clear() Clears the entity. |
| boolean | isEntityDeclInExternalSubset() Returns true if this entity was declared in the external subset. |
| abstract boolean | isExternal() Returns true if this is an external entity. |
| abstract boolean | isUnparsed() Returns true if this is an unparsed entity. |
| void | setValues(XMLEntityManager.Entity entity) Sets the values of the entity. |