FileDocCategorySizeDatePackage
EntityState.javaAPI DocJava SE 5 API3540Fri Aug 26 14:55:48 BST 2005com.sun.org.apache.xerces.internal.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.
author
Elena Litani, IBM
version
$Id: EntityState.java,v 1.4 2002/08/09 15:18:17 neilg Exp $

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