FileDocCategorySizeDatePackage
EntityState.javaAPI DocApache Xerces 3.0.11703Fri Sep 14 20:33:54 BST 2007org.apache.xerces.impl.validation

EntityState

public interface EntityState
The entity state interface defines methods that must be implemented by components that store information about entity declarations, as well as by entity validator that will need to validate attributes of type entity.
xerces.internal
author
Elena Litani, IBM
version
$Id: EntityState.java 446719 2006-09-15 20:32:39Z mrglavas $

Fields Summary
Constructors Summary
Methods Summary
public booleanisEntityDeclared(java.lang.String name)
Query method to check if entity with this name was declared.

param
name
return
true if name is a declared entity

public booleanisEntityUnparsed(java.lang.String name)
Query method to check if entity is unparsed.

param
name
return
true if name is an unparsed entity