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
- protected static class XMLEntityManager.ExternalEntity
- extends XMLEntityManager.Entity
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 |
org.apache.xerces.xni.XMLResourceIdentifier |
entityLocation
container for all relevant entity location information. |
java.lang.String |
notation
Notation name for unparsed entity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityLocation
public org.apache.xerces.xni.XMLResourceIdentifier entityLocation
- container for all relevant entity location information.
notation
public java.lang.String notation
- Notation name for unparsed entity.
XMLEntityManager.ExternalEntity
public XMLEntityManager.ExternalEntity()
- Default constructor.
XMLEntityManager.ExternalEntity
public XMLEntityManager.ExternalEntity(java.lang.String name,
org.apache.xerces.xni.XMLResourceIdentifier entityLocation,
java.lang.String notation,
boolean inExternalSubset)
- Constructs an internal entity.
isExternal
public final boolean isExternal()
- Returns true if this is an external entity.
- Overrides:
isExternal
in class XMLEntityManager.Entity
isUnparsed
public final boolean isUnparsed()
- Returns true if this is an unparsed entity.
- Overrides:
isUnparsed
in class XMLEntityManager.Entity
clear
public void clear()
- Clears the entity.
- Overrides:
clear
in class XMLEntityManager.Entity
setValues
public void setValues(XMLEntityManager.Entity entity)
- Sets the values of the entity.
- Overrides:
setValues
in class XMLEntityManager.Entity
setValues
public void setValues(XMLEntityManager.ExternalEntity entity)
- Sets the values of the entity.
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.