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 java.lang.Object implements XMLDocumentFragmentScannerImpl.Dispatcher
Dispatcher to handle XMLDecl scanning.- Author:
- Andy Clark, IBM
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXMLDeclDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandispatch(boolean complete)Dispatch an XML "event".
-
-
-
Method Detail
-
dispatch
public boolean dispatch(boolean complete) throws java.io.IOException, org.apache.xerces.xni.XNIExceptionDispatch an XML "event".- Specified by:
dispatchin 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:
java.io.IOException- Thrown on i/o error.org.apache.xerces.xni.XNIException- Thrown on parse error.
-
-