protected final class XMLDocumentScannerImpl.DTDDriver extends java.lang.Object implements XMLDocumentFragmentScannerImpl.Driver
Modifier | Constructor and Description |
---|---|
protected |
DTDDriver() |
Modifier and Type | Method and Description |
---|---|
boolean |
dispatch(boolean complete)
Dispatch an XML "event".
|
int |
next()
Drives the parser to the next state/event on the input.
|
public int next() throws java.io.IOException, org.apache.xerces.xni.XNIException
XMLDocumentFragmentScannerImpl.Driver
next
in interface XMLDocumentFragmentScannerImpl.Driver
java.io.IOException
- Thrown on i/o error.org.apache.xerces.xni.XNIException
- Thrown on parse error.public boolean dispatch(boolean complete) throws java.io.IOException, org.apache.xerces.xni.XNIException
complete
- True if this driver 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 ? 2002-2003 Apache XML Project. All Rights Reserved.