org.apache.xerces.impl
protected class XMLDocumentScannerImpl.ContentDispatcher extends FragmentContentDispatcher
Method Summary | |
---|---|
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. |
Returns: True if the caller should stop and return true which allows the scanner to switch to a new scanning dispatcher. A return value of false indicates that the content dispatcher should continue as normal.
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.
Returns: True if the caller should stop and return true which allows the scanner to switch to a new scanning dispatcher. A return value of false indicates that the content dispatcher should continue as normal.