|
|||||||||
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.ExternalEntity
public static class Entity.ExternalEntity
External entity.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.xml.stream.Entity |
---|
Entity.ExternalEntity, Entity.InternalEntity, Entity.ScannedEntity |
Field Summary | |
---|---|
org.apache.xerces.xni.XMLResourceIdentifier |
entityLocation
container for all relevant entity location information. |
java.lang.String |
notation
Notation name for unparsed entity. |
Fields inherited from class com.sun.xml.stream.Entity |
---|
inExternalSubset, name |
Constructor Summary | |
---|---|
Entity.ExternalEntity()
Default constructor. |
|
Entity.ExternalEntity(java.lang.String name,
org.apache.xerces.xni.XMLResourceIdentifier entityLocation,
java.lang.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(Entity.ExternalEntity 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 org.apache.xerces.xni.XMLResourceIdentifier entityLocation
public java.lang.String notation
Constructor Detail |
---|
public Entity.ExternalEntity()
public Entity.ExternalEntity(java.lang.String name, org.apache.xerces.xni.XMLResourceIdentifier entityLocation, java.lang.String notation, 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.ExternalEntity entity)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |