|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.XMLEntityManager
weblogic.apache.xerces.impl.XML11EntityManager
The entity manager handles the registration of general and parameter entities; resolves entities; and starts entities. The entity manager is a central component in a standard parser configuration and this class works directly with the entity scanner to manage the underlying xni.
This component requires the following features and properties from the component manager that uses it:
Nested Class Summary | |
protected class |
XML11EntityManager.XML11EntityScanner
Deprecated. Implements the entity scanner methods. |
Nested classes inherited from class weblogic.apache.xerces.impl.XMLEntityManager |
XMLEntityManager.Entity, XMLEntityManager.EntityScanner, XMLEntityManager.ExternalEntity, XMLEntityManager.InternalEntity, XMLEntityManager.RewindableInputStream, XMLEntityManager.ScannedEntity |
Field Summary |
Constructor Summary | |
XML11EntityManager()
Deprecated. Default constructor. |
|
XML11EntityManager(XMLEntityManager entityManager)
Deprecated. Constructs an entity manager that shares the specified entity declarations during each parse. |
Method Summary | |
protected XMLEntityScanner |
createEntityScanner()
Deprecated. |
Methods inherited from class weblogic.apache.xerces.impl.XMLEntityManager |
addExternalEntity, addInternalEntity, addUnparsedEntity, closeReaders, createReader, endEntity, expandSystemId, expandSystemId, fixURI, getEncodingName, getEntityScanner, getRecognizedFeatures, getRecognizedProperties, isDeclaredEntity, isExternalEntity, isStandalone, isUnparsedEntity, reset, resolveEntity, setEntityHandler, setFeature, setProperty, setStandalone, startDocumentEntity, startDTDEntity, startEntity, startEntity |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XML11EntityManager()
public XML11EntityManager(XMLEntityManager entityManager)
REVISIT: We might want to think about the "right" way to expose the list of declared entities. For now, the knowledge how to access the entity declarations is implicit.
Method Detail |
protected XMLEntityScanner createEntityScanner()
createEntityScanner
in class XMLEntityManager
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |