public interface

EntityState

org.apache.xerces.impl.validation.EntityState
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract boolean isEntityDeclared(String name)
Query method to check if entity with this name was declared.
abstract boolean isEntityUnparsed(String name)
Query method to check if entity is unparsed.

Public Methods

public abstract boolean isEntityDeclared (String name)

Query method to check if entity with this name was declared.

Returns
  • true if name is a declared entity

public abstract boolean isEntityUnparsed (String name)

Query method to check if entity is unparsed.

Returns
  • true if name is an unparsed entity