|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.stream.XMLDocumentScannerImpl.XMLDeclDriver
protected final class XMLDocumentScannerImpl.XMLDeclDriver
Driver to handle XMLDecl scanning. This class has been modified as per the new design which is more suited to efficiently build pull parser. Lots of performance improvements have been done and the code has been added to support stax functionality/features.
Constructor Summary | |
---|---|
protected |
XMLDocumentScannerImpl.XMLDeclDriver()
|
Method Summary | |
---|---|
int |
next()
Drives the parser to the next state/event on the input. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XMLDocumentScannerImpl.XMLDeclDriver()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |