BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.impl
Class XMLDocumentScannerImpl.XMLDeclDispatcher

java.lang.Object
  extended byweblogic.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.


Constructor Summary
protected XMLDocumentScannerImpl.XMLDeclDispatcher()
           
 
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
 

Constructor Detail

XMLDocumentScannerImpl.XMLDeclDispatcher

protected XMLDocumentScannerImpl.XMLDeclDispatcher()
Method Detail

dispatch

public boolean dispatch(boolean complete)
                 throws IOException,
                        XNIException
Dispatch an XML "event".

Specified by:
dispatch in 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.

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