| Interface | Description |
|---|---|
| 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.CharTester |
Provides a single method which decides whether the given character
passes a certain test.
|
| SGMLParser.XMLsGMLspecifica |
Provides a bunch of methods fpr parsing
with implementations specific to xml and sgml.
|
| Class | Description |
|---|---|
| AttributesImpl |
An **** partial **** implementation
of the SAX-interface
Attributes
which allows attributes without values using AttributesImpl.NO_VALUE. |
| ParseExceptionHandler.Impl |
Trivial implementation for enclosing interface.
|
| ReportContentHandler |
A
ContentHandler which reports certain events
to System.out. |
| SavingHandler |
Saves all events in a list to be returned by
SavingHandler.getEvents(). |
| SGMLFilter |
A ContentHandler wrapping another ContentHandler
which filters information
in a way that is useful/necessary for html-parsers:
turn tags into lower case.
|
| SGMLParser |
A rudimentary
SGML parser with something like a SAX-api. |
| SGMLParser.Buffer |
Class which buffers the read stream.
|
| SGMLParser.SpecCharTester |
A
CharTester which allows to specify
the character which passes the test. |
| SGMLParser.TrivialContentHandler |
A
ContentHandler which simply ignores all events. |
x ***** NOT YET COMPLETE.Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.