| |
|
| java.lang.Object com.sun.xml.stream.Entity
Entity | abstract public class Entity (Code) | | Entity information.
|
Inner Class :public static class InternalEntity extends Entity | |
Inner Class :public static class ExternalEntity extends Entity | |
Inner Class :public static class ScannedEntity extends Entity | |
Constructor Summary | |
public | Entity() Default constructor. | public | Entity(String name, boolean inExternalSubset) Constructs an entity. |
Method Summary | |
public void | clear() Clears the entity. | public boolean | isEntityDeclInExternalSubset() Returns true if this entity was declared in the external subset. | abstract public boolean | isExternal() Returns true if this is an external entity. | abstract public boolean | isUnparsed() Returns true if this is an unparsed entity. | public void | setValues(Entity entity) Sets the values of the entity. |
inExternalSubset | public boolean inExternalSubset(Code) | | |
Entity | public Entity()(Code) | | Default constructor.
|
Entity | public Entity(String name, boolean inExternalSubset)(Code) | | Constructs an entity.
|
clear | public void clear()(Code) | | Clears the entity.
|
isEntityDeclInExternalSubset | public boolean isEntityDeclInExternalSubset()(Code) | | Returns true if this entity was declared in the external subset.
|
isExternal | abstract public boolean isExternal()(Code) | | Returns true if this is an external entity.
|
isUnparsed | abstract public boolean isUnparsed()(Code) | | Returns true if this is an unparsed entity.
|
setValues | public void setValues(Entity entity)(Code) | | Sets the values of the entity.
|
|
|
|