Package org.apache.xerces.impl
Class XMLEntityManager.Entity
java.lang.Object
org.apache.xerces.impl.XMLEntityManager.Entity
- Direct Known Subclasses:
XMLEntityManager.ExternalEntity
,XMLEntityManager.InternalEntity
,XMLEntityManager.ScannedEntity
- Enclosing class:
XMLEntityManager
Entity information.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Author:
- Andy Clark, IBM
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Clears the entity.boolean
Returns true if this entity was declared in the external subset.abstract boolean
Returns true if this is an external entity.abstract boolean
Returns true if this is an unparsed entity.void
setValues
(XMLEntityManager.Entity entity) Sets the values of the entity.
-
Field Details
-
name
Entity name. -
inExternalSubset
public boolean inExternalSubset
-
-
Constructor Details
-
Entity
public Entity()Default constructor. -
Entity
Constructs an entity.
-
-
Method Details
-
isEntityDeclInExternalSubset
public boolean isEntityDeclInExternalSubset()Returns true if this entity was declared in the external subset. -
isExternal
public abstract boolean isExternal()Returns true if this is an external entity. -
isUnparsed
public abstract boolean isUnparsed()Returns true if this is an unparsed entity. -
clear
public void clear()Clears the entity. -
setValues
Sets the values of the entity.
-