protected class XMLDocumentScannerImpl.ContentDispatcher extends XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
| Modifier | Constructor and Description | 
|---|---|
| protected  | ContentDispatcher() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | elementDepthIsZeroHook()Element depth iz zero. | 
| protected void | endOfFileHook(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. | 
dispatchprotected boolean scanForDoctypeHook()
                              throws IOException,
                                     XNIException
scanForDoctypeHook in class XMLDocumentFragmentScannerImpl.FragmentContentDispatcherIOExceptionXNIExceptionprotected boolean elementDepthIsZeroHook()
                                  throws IOException,
                                         XNIException
elementDepthIsZeroHook in class XMLDocumentFragmentScannerImpl.FragmentContentDispatcherIOExceptionXNIExceptionprotected boolean scanRootElementHook()
                               throws IOException,
                                      XNIException
scanRootElementHook in class XMLDocumentFragmentScannerImpl.FragmentContentDispatcherIOExceptionXNIExceptionprotected void endOfFileHook(EOFException e) throws IOException, XNIException
endOfFileHook in class XMLDocumentFragmentScannerImpl.FragmentContentDispatcherIOExceptionXNIExceptionprotected void resolveExternalSubsetAndRead()
                                     throws IOException,
                                            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.
IOExceptionXNIExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.