|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.stream.Entity
public abstract class Entity
Entity information.
Nested Class Summary | |
---|---|
static class |
Entity.ExternalEntity
External entity. |
static class |
Entity.InternalEntity
Internal entity. |
static class |
Entity.ScannedEntity
Entity state. |
Field Summary | |
---|---|
boolean |
inExternalSubset
|
java.lang.String |
name
Entity name. |
Constructor Summary | |
---|---|
Entity()
Default constructor. |
|
Entity(java.lang.String name,
boolean inExternalSubset)
Constructs an entity. |
Method Summary | |
---|---|
void |
clear()
Clears the entity. |
boolean |
isEntityDeclInExternalSubset()
Returns true if this entity was declared in the external subset. |
abstract boolean |
isExternal()
Returns true if this is an external entity. |
abstract boolean |
isUnparsed()
Returns true if this is an unparsed entity. |
void |
setValues(Entity entity)
Sets the values of the entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public boolean inExternalSubset
Constructor Detail |
---|
public Entity()
public Entity(java.lang.String name, boolean inExternalSubset)
Method Detail |
---|
public boolean isEntityDeclInExternalSubset()
public abstract boolean isExternal()
public abstract boolean isUnparsed()
public void clear()
public void setValues(Entity entity)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |