Package org.apache.xerces.impl
Class XMLDocumentScannerImpl.XMLDeclDispatcher
java.lang.Object
org.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.
- Author:
- Andy Clark, IBM
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XMLDeclDispatcher
protected XMLDeclDispatcher()
-
-
Method Details
-
dispatch
Dispatch an XML "event".- Specified by:
dispatch
in interfaceXMLDocumentFragmentScannerImpl.Dispatcher
- Parameters:
complete
- True if this dispatcher is intended to scan and dispatch as much as possible.- Returns:
- True if there is more to dispatch either from this or a another dispatcher.
- Throws:
IOException
- Thrown on i/o error.org.apache.xerces.xni.XNIException
- Thrown on parse error.
-