org.apache.xerces.impl
Class XMLDocumentScannerImpl.TrailingMiscDispatcher
java.lang.Object
org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
- XMLDocumentScannerImpl
- XMLDocumentFragmentScannerImpl.Dispatcher
protected final class XMLDocumentScannerImpl.TrailingMiscDispatcher
extends java.lang.Object
Dispatcher to handle trailing miscellaneous section scanning.
- Andy Clark, IBM
- Eric Ye, IBM
boolean | dispatch(boolean complete) - Dispatch an XML "event".
|
dispatch
public boolean dispatch(boolean complete)
throws IOException,
org.apache.xerces.xni.XNIException
Dispatch an XML "event".
- dispatch in interface XMLDocumentFragmentScannerImpl.Dispatcher
complete
- True if this dispatcher is intended to scan
and dispatch as much as possible.
- True if there is more to dispatch either from this
or a another dispatcher.
org.apache.xerces.xni.XNIException
- Thrown on parse error.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.