org.enhydra.apache.xerces.framework
Class XMLDocumentScanner.TrailingMiscDispatcher
java.lang.Object
|
+--org.enhydra.apache.xerces.framework.XMLDocumentScanner.TrailingMiscDispatcher
- All Implemented Interfaces:
- XMLDocumentScanner.ScannerDispatcher
- Enclosing class:
- XMLDocumentScanner
- final class XMLDocumentScanner.TrailingMiscDispatcher
- extends Object
- implements XMLDocumentScanner.ScannerDispatcher
Method Summary |
boolean |
dispatch(boolean keepgoing)
scan an XML syntactic component |
void |
endOfInput(int entityName,
boolean moreToFollow)
endOfInput encapsulates the end of entity handling for each dispatcher |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLDocumentScanner.TrailingMiscDispatcher
XMLDocumentScanner.TrailingMiscDispatcher()
dispatch
public boolean dispatch(boolean keepgoing)
throws Exception
- Description copied from interface:
XMLDocumentScanner.ScannerDispatcher
- scan an XML syntactic component
- Specified by:
dispatch
in interface XMLDocumentScanner.ScannerDispatcher
- Following copied from interface:
org.enhydra.apache.xerces.framework.XMLDocumentScanner.ScannerDispatcher
- Parameters:
keepgoing
- if true continue on to the next dispatcher, otherwise return- Returns:
- true if scanning was successful //REVISIT - does it ever return false or does it just throw?
- Throws:
Exception
-
endOfInput
public void endOfInput(int entityName,
boolean moreToFollow)
throws Exception
- Description copied from interface:
XMLDocumentScanner.ScannerDispatcher
- endOfInput encapsulates the end of entity handling for each dispatcher
- Specified by:
endOfInput
in interface XMLDocumentScanner.ScannerDispatcher
- Following copied from interface:
org.enhydra.apache.xerces.framework.XMLDocumentScanner.ScannerDispatcher
- Parameters:
entityName
- StringPool handle of the entity that has reached the endmoreToFollow
- true if there is more input to be read- Throws:
-
Copyright © 1999 The Apache Software Foundation. All Rights reserved.