|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.apache.xerces.framework.XMLDocumentScanner.PrologDispatcher
Constructor Summary | |
(package private) |
XMLDocumentScanner.PrologDispatcher()
|
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 |
Constructor Detail |
XMLDocumentScanner.PrologDispatcher()
Method Detail |
public boolean dispatch(boolean keepgoing) throws java.lang.Exception
XMLDocumentScanner.ScannerDispatcher
dispatch
in interface XMLDocumentScanner.ScannerDispatcher
keepgoing
- if true continue on to the next dispatcher, otherwise return
java.lang.Exception
public void endOfInput(int entityName, boolean moreToFollow) throws java.lang.Exception
XMLDocumentScanner.ScannerDispatcher
endOfInput
in interface XMLDocumentScanner.ScannerDispatcher
entityName
- StringPool handle of the entity that has reached the endmoreToFollow
- true if there is more input to be read
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |