protected static class XMLEntityManager.InternalEntity extends XMLEntityManager.Entity
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
text |
Text value of entity.
|
inExternalSubset, name
Constructor | Description |
---|---|
InternalEntity() |
Default constructor.
|
InternalEntity(java.lang.String name,
java.lang.String text,
boolean inExternalSubset) |
Constructs an internal entity.
|
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
Clears the entity.
|
boolean |
isExternal() |
Returns true if this is an external entity.
|
boolean |
isUnparsed() |
Returns true if this is an unparsed entity.
|
void |
setValues(XMLEntityManager.Entity entity) |
Sets the values of the entity.
|
void |
setValues(XMLEntityManager.InternalEntity entity) |
Sets the values of the entity.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEntityDeclInExternalSubset
public InternalEntity()
public InternalEntity(java.lang.String name, java.lang.String text, boolean inExternalSubset)
public final boolean isExternal()
isExternal
in class XMLEntityManager.Entity
public final boolean isUnparsed()
isUnparsed
in class XMLEntityManager.Entity
public void clear()
clear
in class XMLEntityManager.Entity
public void setValues(XMLEntityManager.Entity entity)
setValues
in class XMLEntityManager.Entity
public void setValues(XMLEntityManager.InternalEntity entity)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.