| java.lang.Object com.sun.portal.wireless.htmlconversion.GenericHtmlParserCallback
GenericHtmlParserCallback | public class GenericHtmlParserCallback (Code) | | Generic parser callback class that is delegated to by the
HtmlParserCallback and XhtmlParserCallback classes.
author: ashwin.mathew@sun.com |
appendChildToOutputContainer | public static void appendChildToOutputContainer(ParserState state, Element child)(Code) | | Appends the child to the output container. In case the child requires a form
in it's parent tag hierarchy, and one is not available, the child will be
appended to the last available form.
Parameters: state - Parameters: child - |
endTag | public void endTag(String tag)(Code) | | Generic method to handle end tag events.
Parameters: tag - |
handleText | public void handleText(char[] text, int start, int length)(Code) | | Generic method to handle text.
Parameters: text - Parameters: start - Parameters: length - |
startTag | public void startTag(String tag, HashMap attributes)(Code) | | Generic method to handle start tag events.
Parameters: tag - Parameters: attributes - |
|
|