Package org.apache.xerces.impl
Class XMLEntityManager.ExternalEntity
java.lang.Object
org.apache.xerces.impl.XMLEntityManager.Entity
org.apache.xerces.impl.XMLEntityManager.ExternalEntity
- Enclosing class:
XMLEntityManager
External entity.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Author:
- Andy Clark, IBM
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.apache.xerces.xni.XMLResourceIdentifiercontainer for all relevant entity location information.Notation name for unparsed entity.Fields inherited from class org.apache.xerces.impl.XMLEntityManager.Entity
inExternalSubset, name -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ExternalEntity(String name, org.apache.xerces.xni.XMLResourceIdentifier entityLocation, String notation, boolean inExternalSubset) 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 org.apache.xerces.impl.XMLEntityManager.Entity
isEntityDeclInExternalSubset
-
Field Details
-
entityLocation
public org.apache.xerces.xni.XMLResourceIdentifier entityLocationcontainer for all relevant entity location information. -
notation
Notation name for unparsed entity.
-
-
Constructor Details
-
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
public void clear()Clears the entity.- Overrides:
clearin classXMLEntityManager.Entity
-
setValues
Sets the values of the entity.- Overrides:
setValuesin classXMLEntityManager.Entity
-
setValues
Sets the values of the entity.
-