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.XMLResourceIdentifier
container 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 TypeMethodDescriptionvoid
clear()
Clears the entity.final boolean
Returns true if this is an external entity.final boolean
Returns true if this is an unparsed entity.void
setValues
(XMLEntityManager.Entity entity) Sets the values of the entity.void
Sets 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:
isExternal
in classXMLEntityManager.Entity
-
isUnparsed
public final boolean isUnparsed()Returns true if this is an unparsed entity.- Specified by:
isUnparsed
in classXMLEntityManager.Entity
-
clear
public void clear()Clears the entity.- Overrides:
clear
in classXMLEntityManager.Entity
-
setValues
Sets the values of the entity.- Overrides:
setValues
in classXMLEntityManager.Entity
-
setValues
Sets the values of the entity.
-