|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.stream.Entity
com.sun.xml.stream.Entity.InternalEntity
public static class Entity.InternalEntity
Internal entity.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.xml.stream.Entity |
---|
Entity.ExternalEntity, Entity.InternalEntity, Entity.ScannedEntity |
Field Summary | |
---|---|
java.lang.String |
text
Text value of entity. |
Fields inherited from class com.sun.xml.stream.Entity |
---|
inExternalSubset, name |
Constructor Summary | |
---|---|
Entity.InternalEntity()
Default constructor. |
|
Entity.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(Entity.InternalEntity entity)
Sets the values of the entity. |
void |
setValues(Entity entity)
Sets the values of the entity. |
Methods inherited from class com.sun.xml.stream.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 Entity.InternalEntity()
public Entity.InternalEntity(java.lang.String name, java.lang.String text, boolean inExternalSubset)
Method Detail |
---|
public final boolean isExternal()
isExternal
in class Entity
public final boolean isUnparsed()
isUnparsed
in class Entity
public void clear()
clear
in class Entity
public void setValues(Entity entity)
setValues
in class Entity
public void setValues(Entity.InternalEntity entity)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |