org.apache.xerces.impl

Class XMLEntityManager.InternalEntity

protected static class XMLEntityManager.InternalEntity extends XMLEntityManager.Entity

Internal entity.

Author: Andy Clark, IBM

UNKNOWN:

Field Summary
Stringtext
Text value of entity.
Constructor Summary
InternalEntity()
Default constructor.
InternalEntity(String name, String text, boolean inExternalSubset)
Constructs an internal entity.
Method Summary
voidclear()
Clears the entity.
booleanisExternal()
Returns true if this is an external entity.
booleanisUnparsed()
Returns true if this is an unparsed entity.
voidsetValues(XMLEntityManager.Entity entity)
Sets the values of the entity.
voidsetValues(XMLEntityManager.InternalEntity entity)
Sets the values of the entity.

Field Detail

text

public String text
Text value of entity.

Constructor Detail

InternalEntity

public InternalEntity()
Default constructor.

InternalEntity

public InternalEntity(String name, String text, boolean inExternalSubset)
Constructs an internal entity.

Method Detail

clear

public void clear()
Clears the entity.

isExternal

public final boolean isExternal()
Returns true if this is an external entity.

isUnparsed

public final boolean isUnparsed()
Returns true if this is an unparsed entity.

setValues

public void setValues(XMLEntityManager.Entity entity)
Sets the values of the entity.

setValues

public void setValues(XMLEntityManager.InternalEntity entity)
Sets the values of the entity.
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.