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