Uses of Interface
eu.simuline.util.sgml.ParseExceptionHandler
-
Packages that use ParseExceptionHandler Package Description eu.simuline.util.sgml Utility classes to parse sgml (non-validating). -
-
Uses of ParseExceptionHandler in eu.simuline.util.sgml
Classes in eu.simuline.util.sgml that implement ParseExceptionHandler Modifier and Type Class Description static classParseExceptionHandler.ImplTrivial implementation for enclosing interface.classSavingHandlerSaves all events in a list to be returned bySavingHandler.getEvents().Fields in eu.simuline.util.sgml declared as ParseExceptionHandler Modifier and Type Field Description private ParseExceptionHandlerSGMLParser. parseExceptionHandlerTheParseExceptionHandlerregistered.Methods in eu.simuline.util.sgml that return ParseExceptionHandler Modifier and Type Method Description ParseExceptionHandlerSGMLParser. getExceptionHandler()ReturnsSGMLParser.parseExceptionHandler.Methods in eu.simuline.util.sgml with parameters of type ParseExceptionHandler Modifier and Type Method Description voidSGMLParser. setExceptionHandler(ParseExceptionHandler peHandler)
-