Package | Description |
---|---|
com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
com.hfg.xml |
Classes for XML handling.
|
com.hfg.xml.parser |
Contains SaxyParser - a basic XML parser alternative to Xerces.
|
Class and Description |
---|
XMLTagReader
Wrapper class for doing SAX parsing.
|
Class and Description |
---|
XMLTagReader
Wrapper class for doing SAX parsing.
|
Class and Description |
---|
AbstractContentHandler
Abstract ContentHandler stub class - override the methods you need.
|
AbstractEntities
Base lookup class for character entities.
|
Latin1Entities
Lookup class for the character entities defined in XHTML1-lat1.ent
|
SaxyParser
SaxyParser is a lightweight SAX parser.
|
SymbolEntities
Lookup class for the character entities defined in XHTML1-symbol.ent
|
XMLRepeatContentHandler
XML SAX ContentHandler that reproduces the XML.
|
XMLTagSAXBroadcaster
Constructs small DOM object trees for XML tags that are then broadcast to
the requesting XMLTagSAXListeners.
|
XMLTagSAXListener
Interface for use with an XMLTagSAXBroadcaster.
|
jataylor@hairyfatguy.com