Uses of Interface
org.lobobrowser.html.HtmlObject

Packages that use HtmlObject
org.lobobrowser.html Context interfaces that need to be implemented in order to use the parser and renderer. 
org.lobobrowser.html.test Contains test software classes and simple implementations of context interfaces. 
 

Uses of HtmlObject in org.lobobrowser.html
 

Methods in org.lobobrowser.html that return HtmlObject
 HtmlObject HtmlRendererContext.getHtmlObject(org.w3c.dom.html2.HTMLElement element)
          Gets a HtmlObject instance that implements a OBJECT tag from HTML.
 HtmlObject AbstractHtmlRendererContext.getHtmlObject(org.w3c.dom.html2.HTMLElement element)
           
 

Uses of HtmlObject in org.lobobrowser.html.test
 

Classes in org.lobobrowser.html.test that implement HtmlObject
 class SimpleHtmlObject
          Simple implementation of HtmlObject.
 

Methods in org.lobobrowser.html.test that return HtmlObject
 HtmlObject SimpleHtmlRendererContext.getHtmlObject(org.w3c.dom.html2.HTMLElement element)
          Returns null.
 



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