|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.impl.XMLEntityManager.Entity
org.apache.xerces.impl.XMLEntityManager.InternalEntity
protected static class XMLEntityManager.InternalEntity
Internal entity.
Field Summary | |
---|---|
java.lang.String |
text
Text value of entity. |
Fields inherited from class org.apache.xerces.impl.XMLEntityManager.Entity |
---|
inExternalSubset, name |
Constructor Summary | |
---|---|
XMLEntityManager.InternalEntity()
Default constructor. |
|
XMLEntityManager.InternalEntity(java.lang.String name,
java.lang.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. |
Methods inherited from class org.apache.xerces.impl.XMLEntityManager.Entity |
---|
isEntityDeclInExternalSubset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String text
Constructor Detail |
---|
public XMLEntityManager.InternalEntity()
public XMLEntityManager.InternalEntity(java.lang.String name, java.lang.String text, boolean inExternalSubset)
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |