org.apache.xerces.impl

Class XMLEntityManager.Entity

public abstract static class XMLEntityManager.Entity extends Object

Entity information.

Author: Andy Clark, IBM

UNKNOWN:

Field Summary
booleaninExternalSubset
Stringname
Entity name.
Constructor Summary
Entity()
Default constructor.
Entity(String name, boolean inExternalSubset)
Constructs an entity.
Method Summary
voidclear()
Clears the entity.
booleanisEntityDeclInExternalSubset()
Returns true if this entity was declared in the external subset.
abstract booleanisExternal()
Returns true if this is an external entity.
abstract booleanisUnparsed()
Returns true if this is an unparsed entity.
voidsetValues(XMLEntityManager.Entity entity)
Sets the values of the entity.

Field Detail

inExternalSubset

public boolean inExternalSubset

name

public String name
Entity name.

Constructor Detail

Entity

public Entity()
Default constructor.

Entity

public Entity(String name, boolean inExternalSubset)
Constructs an entity.

Method Detail

clear

public void clear()
Clears the entity.

isEntityDeclInExternalSubset

public boolean isEntityDeclInExternalSubset()
Returns true if this entity was declared in the external subset.

isExternal

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

isUnparsed

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

setValues

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