org.apache.xerces.impl
Class XMLEntityManager.InternalEntity
java.lang.Object
|
+--org.apache.xerces.impl.XMLEntityManager.Entity
|
+--org.apache.xerces.impl.XMLEntityManager.InternalEntity
- Enclosing class:
- XMLEntityManager
- protected static class XMLEntityManager.InternalEntity
- extends XMLEntityManager.Entity
Internal entity.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Author:
- Andy Clark, IBM
Field Summary |
java.lang.String |
text
Text value of entity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
public java.lang.String text
- Text value of entity.
XMLEntityManager.InternalEntity
public XMLEntityManager.InternalEntity()
- Default constructor.
XMLEntityManager.InternalEntity
public XMLEntityManager.InternalEntity(java.lang.String name,
java.lang.String text,
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.InternalEntity entity)
- Sets the values of the entity.
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.