XMLDocumentFragmentScannerImpl.DispatcherXML11NSDocumentScannerImpl.NS11ContentDispatcher, XMLNSDocumentScannerImpl.NSContentDispatcherprotected class XMLDocumentScannerImpl.ContentDispatcher extends XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
| Modifier | Constructor | Description |
|---|---|---|
protected |
ContentDispatcher() |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
elementDepthIsZeroHook() |
Element depth iz zero.
|
protected void |
endOfFileHook(java.io.EOFException e) |
End of file hook.
|
protected void |
resolveExternalSubsetAndRead() |
Attempt to locate an external subset for a document that does not otherwise
have one.
|
protected boolean |
scanForDoctypeHook() |
Scan for DOCTYPE hook.
|
protected boolean |
scanRootElementHook() |
Scan for root element hook.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispatchprotected boolean scanForDoctypeHook()
throws java.io.IOException,
org.apache.xerces.xni.XNIException
scanForDoctypeHook in class XMLDocumentFragmentScannerImpl.FragmentContentDispatcherjava.io.IOExceptionorg.apache.xerces.xni.XNIExceptionprotected boolean elementDepthIsZeroHook()
throws java.io.IOException,
org.apache.xerces.xni.XNIException
elementDepthIsZeroHook in class XMLDocumentFragmentScannerImpl.FragmentContentDispatcherjava.io.IOExceptionorg.apache.xerces.xni.XNIExceptionprotected boolean scanRootElementHook()
throws java.io.IOException,
org.apache.xerces.xni.XNIException
scanRootElementHook in class XMLDocumentFragmentScannerImpl.FragmentContentDispatcherjava.io.IOExceptionorg.apache.xerces.xni.XNIExceptionprotected void endOfFileHook(java.io.EOFException e)
throws java.io.IOException,
org.apache.xerces.xni.XNIException
endOfFileHook in class XMLDocumentFragmentScannerImpl.FragmentContentDispatcherjava.io.IOExceptionorg.apache.xerces.xni.XNIExceptionprotected void resolveExternalSubsetAndRead()
throws java.io.IOException,
org.apache.xerces.xni.XNIException
Attempt to locate an external subset for a document that does not otherwise have one. If an external subset is located, then it is scanned.
java.io.IOExceptionorg.apache.xerces.xni.XNIExceptionCopyright ? 1999-2010 The Apache Software Foundation. All Rights Reserved.