protected static class XMLEntityManager.ExternalEntity extends XMLEntityManager.Entity
| Modifier and Type | Field | Description |
|---|---|---|
org.apache.xerces.xni.XMLResourceIdentifier |
entityLocation |
container for all relevant entity location information.
|
java.lang.String |
notation |
Notation name for unparsed entity.
|
inExternalSubset, name| Constructor | Description |
|---|---|
ExternalEntity() |
Default constructor.
|
ExternalEntity(java.lang.String name,
org.apache.xerces.xni.XMLResourceIdentifier entityLocation,
java.lang.String notation,
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.ExternalEntity entity) |
Sets the values of the entity.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEntityDeclInExternalSubsetpublic org.apache.xerces.xni.XMLResourceIdentifier entityLocation
public java.lang.String notation
public ExternalEntity()
public ExternalEntity(java.lang.String name,
org.apache.xerces.xni.XMLResourceIdentifier entityLocation,
java.lang.String notation,
boolean inExternalSubset)
public final boolean isExternal()
isExternal in class XMLEntityManager.Entitypublic final boolean isUnparsed()
isUnparsed in class XMLEntityManager.Entitypublic void clear()
clear in class XMLEntityManager.Entitypublic void setValues(XMLEntityManager.Entity entity)
setValues in class XMLEntityManager.Entitypublic void setValues(XMLEntityManager.ExternalEntity entity)
Copyright ? 1999-2010 The Apache Software Foundation. All Rights Reserved.