|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.impl.XMLEntityManager.Entity
org.apache.xerces.impl.XMLEntityManager.ExternalEntity
protected static class XMLEntityManager.ExternalEntity
External entity.
Field Summary | |
---|---|
org.apache.xerces.xni.XMLResourceIdentifier |
entityLocation
container for all relevant entity location information. |
java.lang.String |
notation
Notation name for unparsed entity. |
Fields inherited from class org.apache.xerces.impl.XMLEntityManager.Entity |
---|
inExternalSubset, name |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.xerces.impl.XMLEntityManager.Entity |
---|
isEntityDeclInExternalSubset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public org.apache.xerces.xni.XMLResourceIdentifier entityLocation
public java.lang.String notation
Constructor Detail |
---|
public XMLEntityManager.ExternalEntity()
public XMLEntityManager.ExternalEntity(java.lang.String name, org.apache.xerces.xni.XMLResourceIdentifier entityLocation, java.lang.String notation, boolean inExternalSubset)
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |