Uses of Interface
org.lobobrowser.html.HtmlParserContext

Packages that use HtmlParserContext
org.lobobrowser.html.gui Contains Java Swing components that render a HTML DOM. 
org.lobobrowser.html.parser Contains HTML parser classes. 
org.lobobrowser.html.test Contains test software classes and simple implementations of context interfaces. 
 

Uses of HtmlParserContext in org.lobobrowser.html.gui
 

Methods in org.lobobrowser.html.gui with parameters of type HtmlParserContext
 void HtmlPanel.setDocument(org.w3c.dom.Document node, HtmlRendererContext rcontext, HtmlParserContext pcontext)
          Deprecated. HtmlParserContext is no longer used here.
 

Uses of HtmlParserContext in org.lobobrowser.html.parser
 

Constructors in org.lobobrowser.html.parser with parameters of type HtmlParserContext
DocumentBuilderImpl(HtmlParserContext context)
          Deprecated. HtmlParserContext is no longer used.
DocumentBuilderImpl(HtmlParserContext context, HtmlRendererContext rcontext)
          Deprecated. HtmlParserContext is no longer used.
HtmlParser(HtmlParserContext context, org.w3c.dom.html2.HTMLDocument document, org.xml.sax.ErrorHandler errorHandler, java.lang.String publicId, java.lang.String systemId)
          Deprecated. HtmlParserContext not needed by parser and UserAgentContext should be passed instead.
 

Uses of HtmlParserContext in org.lobobrowser.html.test
 

Classes in org.lobobrowser.html.test that implement HtmlParserContext
 class SimpleHtmlParserContext
          The SimpleHtmlParserContext is a simple implementation of the HtmlParserContext interface.
 

Methods in org.lobobrowser.html.test that return HtmlParserContext
protected  HtmlParserContext SimpleHtmlRendererContext.createParserContext(java.net.URL url)
          This method is called by the local navigate() implementation and creates a SimpleHtmlParserContext.
 

Constructors in org.lobobrowser.html.test with parameters of type HtmlParserContext
SimpleHtmlRendererContext(HtmlPanel contextComponent, HtmlParserContext pcontext)
          Deprecated. HtmlParserContext is no longer used in this class.
SimpleHtmlRendererContext(HtmlPanel contextComponent, HtmlParserContext pcontext, HtmlRendererContext parentRcontext)
          Deprecated. HtmlParserContext is no longer used in this class.
 



SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Cobra Project Home]