org.apache.xerces.impl
Class XMLEntityManager.Entity
java.lang.Object
org.apache.xerces.impl.XMLEntityManager.Entity
- XMLEntityManager
public static abstract class XMLEntityManager.Entity
extends java.lang.Object
Entity information.
Entity() - Default constructor.
|
Entity(String name, boolean inExternalSubset) - Constructs an entity.
|
inExternalSubset
public boolean inExternalSubset
name
public String name
Entity name.
Entity
public Entity()
Default constructor.
Entity
public Entity(String name,
boolean inExternalSubset)
Constructs an entity.
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.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.