Uses of Interface
eu.simuline.util.sgml.ParseExceptionHandler
-
Packages that use ParseExceptionHandler Package Description eu.simuline.relana.sys Relana as a system comprising the main classRelanaand the classesProjectandProjectDescto read and to represent a project file.eu.simuline.util.sgml Utility classes to parse sgml (non-validating). -
-
Uses of ParseExceptionHandler in eu.simuline.relana.sys
Classes in eu.simuline.relana.sys that implement ParseExceptionHandler Modifier and Type Class Description classProjectEnables an xml parser to read a relana project file likesrc/test/resources/eu/simuline/relana/proj.rmlserving both asContentHandlerand asParseExceptionHandleras it implementsProjectDescto hold the result of reading, i.e. the content. -
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)
-