com.sun.portal.wireless.htmlconversion |
|
Java Source File Name | Type | Comment |
GenericHtmlParserCallback.java | Class | Generic parser callback class that is delegated to by the
HtmlParserCallback and XhtmlParserCallback classes. |
HtmlConversionException.java | Class | Standard exception class for this package. |
HtmlConverter.java | Class | Public API for this package that converts HTML input to AML output. |
HtmlParserCallback.java | Class | The parser callback class, which handles events generated by the HTML parser. |
LayoutManager.java | Class | Maintains layout information - currently referencing table and form tags;
CSS layout is not supported as yet.
This class maintains references to layout elements in the output AML DOM tree.
These references are run through a final round of processing once the basic
DOM tree has been created. |
ParserState.java | Class | Maintains state of input parsing, and output document. |
TagProcessor.java | Interface | Tag processors handle HTML tags, and manipulate the output AML DOM tree to add
in corresponding AML content. |
TagProcessorRegistry.java | Class | Singleton class holding a registry mapping TagProcessor implementations to the
corresponding HTML tag. |
XhtmlParserCallback.java | Class | SAX handler for XHTML documents. |