org.apache.xerces.impl
protected static class XMLEntityManager.ExternalEntity extends XMLEntityManager.Entity
UNKNOWN:
Field Summary | |
---|---|
XMLResourceIdentifier | entityLocation container for all relevant entity location information. |
String | notation Notation name for unparsed entity. |
Constructor Summary | |
---|---|
ExternalEntity() Default constructor. | |
ExternalEntity(String name, XMLResourceIdentifier entityLocation, String notation, 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.ExternalEntity entity) Sets the values of the entity. |