protected final class XMLDocumentScannerImpl.DTDDispatcher extends java.lang.Object implements XMLDocumentFragmentScannerImpl.Dispatcher
Modifier | Constructor and Description |
---|---|
protected |
XMLDocumentScannerImpl.DTDDispatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
dispatch(boolean complete)
Dispatch an XML "event".
|
protected XMLDocumentScannerImpl.DTDDispatcher()
public boolean dispatch(boolean complete) throws java.io.IOException, org.apache.xerces.xni.XNIException
dispatch
in interface XMLDocumentFragmentScannerImpl.Dispatcher
complete
- True if this dispatcher is intended to scan
and dispatch as much as possible.java.io.IOException
- Thrown on i/o error.org.apache.xerces.xni.XNIException
- Thrown on parse error.Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.