|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
Dispatcher to handle content scanning.
Constructor Summary | |
protected |
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher()
|
Method Summary | |
boolean |
dispatch(boolean complete)
Dispatch an XML "event". |
protected boolean |
elementDepthIsZeroHook()
Element depth iz zero. |
protected void |
endOfFileHook(EOFException e)
End of file hook. |
protected boolean |
scanForDoctypeHook()
Scan for DOCTYPE hook. |
protected boolean |
scanRootElementHook()
Scan for root element hook. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected XMLDocumentFragmentScannerImpl.FragmentContentDispatcher()
Method Detail |
public boolean dispatch(boolean complete) throws IOException, XNIException
dispatch
in interface XMLDocumentFragmentScannerImpl.Dispatcher
complete
- True if this dispatcher is intended to scan
and dispatch as much as possible.
IOException
- Thrown on i/o error.
XNIException
- Thrown on parse error.protected boolean elementDepthIsZeroHook() throws IOException, XNIException
IOException
XNIException
protected void endOfFileHook(EOFException e) throws IOException, XNIException
IOException
XNIException
protected boolean scanForDoctypeHook() throws IOException, XNIException
IOException
XNIException
protected boolean scanRootElementHook() throws IOException, XNIException
IOException
XNIException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |