Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xerces.impl.XMLEntityManager.Entity
org.apache.xerces.impl.XMLEntityManager.InternalEntity
protected static class XMLEntityManager.InternalEntity
extends XMLEntityManager.Entity
Field Summary | |
String |
|
Fields inherited from class org.apache.xerces.impl.XMLEntityManager.Entity | |
inExternalSubset , name |
Constructor Summary | |
| |
|
Method Summary | |
void |
|
boolean |
|
boolean |
|
void |
|
void |
|
Methods inherited from class org.apache.xerces.impl.XMLEntityManager.Entity | |
clear , isEntityDeclInExternalSubset , isExternal , isUnparsed , setValues |
public InternalEntity()
Default constructor.
public InternalEntity(String name, String text, boolean inExternalSubset)
Constructs an internal entity.
public final boolean isExternal()
Returns true if this is an external entity.
- Overrides:
- isExternal in interface XMLEntityManager.Entity
public final boolean isUnparsed()
Returns true if this is an unparsed entity.
- Overrides:
- isUnparsed in interface XMLEntityManager.Entity
public void setValues(XMLEntityManager.Entity entity)
Sets the values of the entity.
- Overrides:
- setValues in interface XMLEntityManager.Entity
public void setValues(XMLEntityManager.InternalEntity entity)
Sets the values of the entity.