org.apache.xerces.impl
Class XMLNSDocumentScannerImpl.NSContentDispatcher
- XMLNSDocumentScannerImpl
- XMLDocumentFragmentScannerImpl.Dispatcher
protected final class XMLNSDocumentScannerImpl.NSContentDispatcher
Dispatcher to handle content scanning.
scanRootElementHook
protected boolean scanRootElementHook()
throws IOException,
org.apache.xerces.xni.XNIException
Scan for root element hook. This method is a hook for
subclasses to add code that handles scanning for the root
element. This method will also attempt to remove DTD validator
from the pipeline, if there is no DTD grammar. If DTD validator
is no longer in the pipeline bind namespaces in the scanner.
- scanRootElementHook in interface XMLDocumentScannerImpl.ContentDispatcher
- 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.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.