Class XMLEntityManager.InternalEntity
java.lang.Object
org.apache.xerces.impl.XMLEntityManager.Entity
org.apache.xerces.impl.XMLEntityManager.InternalEntity
- Enclosing class:
XMLEntityManager
Internal entity.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XMLEntityManager.java 1513559 2013-08-13 15:42:35Z mrglavas $
- Author:
- Andy Clark, IBM
-
Field Summary
FieldsModifier and TypeFieldDescriptionintCount of direct and indirect references to parameter entities in the value of the entity.Text value of entity.Fields inherited from class XMLEntityManager.Entity
inExternalSubset, name -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.InternalEntity(String name, String text, boolean inExternalSubset) Constructs an internal entity.InternalEntity(String name, String text, boolean inExternalSubset, int paramEntityRefs) Constructs an internal entity. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears the entity.final booleanReturns true if this is an external entity.final booleanReturns true if this is an unparsed entity.voidsetValues(XMLEntityManager.Entity entity) Sets the values of the entity.voidSets the values of the entity.Methods inherited from class XMLEntityManager.Entity
isEntityDeclInExternalSubset
-
Field Details
-
text
Text value of entity. -
paramEntityRefs
public int paramEntityRefsCount of direct and indirect references to parameter entities in the value of the entity.
-
-
Constructor Details
-
InternalEntity
public InternalEntity()Default constructor. -
InternalEntity
-
InternalEntity
-
-
Method Details
-
isExternal
public final boolean isExternal()Returns true if this is an external entity.- Specified by:
isExternalin classXMLEntityManager.Entity
-
isUnparsed
public final boolean isUnparsed()Returns true if this is an unparsed entity.- Specified by:
isUnparsedin classXMLEntityManager.Entity
-
clear
-
setValues
Sets the values of the entity.- Overrides:
setValuesin classXMLEntityManager.Entity
-
setValues
Sets the values of the entity.
-