protected static class XMLEntityManager.ExternalEntity extends XMLEntityManager.Entity
Modifier and Type | Field and 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 and Description |
---|
XMLEntityManager.ExternalEntity()
Default constructor.
|
XMLEntityManager.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 and 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.
|
isEntityDeclInExternalSubset
public org.apache.xerces.xni.XMLResourceIdentifier entityLocation
public java.lang.String notation
public XMLEntityManager.ExternalEntity()
public XMLEntityManager.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.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.ExternalEntity entity)
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.