BEA WebLogic Server 9.1 API Reference
weblogic.apache.xerces.impl
Class XMLDocumentScannerImpl.XMLDeclDispatcher
java.lang.Object
   weblogic.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher
weblogic.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher
- All Implemented Interfaces: 
- XMLDocumentFragmentScannerImpl.Dispatcher
- Enclosing class:
- XMLDocumentScannerImpl
- protected final class XMLDocumentScannerImpl.XMLDeclDispatcher- extends Object- implements XMLDocumentFragmentScannerImpl.Dispatcher
Dispatcher to handle XMLDecl scanning.
 
| Method Summary | 
|  boolean | dispatch(boolean complete)Dispatch an XML "event".
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XMLDocumentScannerImpl.XMLDeclDispatcher
protected XMLDocumentScannerImpl.XMLDeclDispatcher()
dispatch
public boolean dispatch(boolean complete)
                 throws IOException,
                        XNIException
- Dispatch an XML "event".
 
- 
- Specified by:
- dispatchin interface- XMLDocumentFragmentScannerImpl.Dispatcher
 
- 
- Parameters:
- complete- True if this dispatcher is intended to scan
                 and dispatch as much as possible.
- Throws:
- IOException- Thrown on i/o error.
- XNIException- Thrown on parse error.