BEA Systems, Inc.

weblogic.apache.xerces.impl.validation
Interface EntityState

All Known Implementing Classes:
DTDGrammar

Deprecated. please use JDK supplied XML parsers and transformers

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.


Method Summary
 boolean isEntityDeclared(String name)
          Deprecated. Query method to check if entity with this name was declared.
 boolean isEntityUnparsed(String name)
          Deprecated. Query method to check if entity is unparsed.
 

Method Detail

isEntityDeclared

boolean isEntityDeclared(String name)
Deprecated. 
Query method to check if entity with this name was declared.

Parameters:
name -
Returns:
true if name is a declared entity

isEntityUnparsed

boolean isEntityUnparsed(String name)
Deprecated. 
Query method to check if entity is unparsed.

Parameters:
name -
Returns:
true if name is an unparsed entity

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.