Uses of Package
eu.simuline.util.sgml
-
Packages that use eu.simuline.util.sgml Package Description eu.simuline.util.sgml Utility classes to parse sgml (non-validating). -
Classes in eu.simuline.util.sgml used by eu.simuline.util.sgml Class Description AttributesImpl An **** partial **** implementation of the SAX-interfaceAttributeswhich allows attributes without values usingAttributesImpl.NO_VALUE.ParseExceptionHandler Rudimentary Handler for SAXParseExceptions: The idea is that for html-parsers one needs a notify rather than throwing an exception as it is appropriate for xml.SGMLParser.AttributesWrapper An **** partial **** implementation of the SAX-interfaceAttributeswhich allows to set name-value-pairs by methodSGMLParser.AttributesWrapper.addAttribute(java.lang.String, java.lang.String).SGMLParser.Buffer Class which buffers the read stream.SGMLParser.CharTester Provides a single method which decides whether the given character passes a certain test.SGMLParser.SpecCharTester ACharTesterwhich allows to specify the character which passes the test.SGMLParser.XMLsGMLspecifica Provides a bunch of methods fpr parsing with implementations specific to xml and sgml.