org.enhydra.apache.xerces.readers
Interface DefaultEntityHandler.EventHandler
- All Known Implementing Classes:
- XMLValidator
- Enclosing class:
- DefaultEntityHandler
- public static interface DefaultEntityHandler.EventHandler
startEntityReference
public void startEntityReference(int entityName,
int entityType,
int entityContext)
throws Exception
endEntityReference
public void endEntityReference(int entityName,
int entityType,
int entityContext)
throws Exception
sendEndOfInputNotifications
public void sendEndOfInputNotifications(int entityName,
boolean moreToFollow)
throws Exception
sendReaderChangeNotifications
public void sendReaderChangeNotifications(XMLEntityHandler.EntityReader reader,
int readerId)
throws Exception
externalEntityStandaloneCheck
public boolean externalEntityStandaloneCheck()
getValidating
public boolean getValidating()
Copyright © 1999 The Apache Software Foundation. All Rights reserved.