Uses of Interface
com.gargoylesoftware.htmlunit.html.ElementFactory

Packages that use ElementFactory
com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. 
com.gargoylesoftware.htmlunit.svg Classes specific to Scalable Vector Graphics 
 

Uses of ElementFactory in com.gargoylesoftware.htmlunit.html
 

Classes in com.gargoylesoftware.htmlunit.html that implement ElementFactory
 class InputElementFactory
          A specialized creator that knows how to create input objects.
 class UnknownElementFactory
          A factory for elements encountered in parsing the input which are not represented by dedicated element classes.
 

Methods in com.gargoylesoftware.htmlunit.html that return ElementFactory
static ElementFactory HTMLParser.getFactory(String tagName)
           
 

Uses of ElementFactory in com.gargoylesoftware.htmlunit.svg
 

Classes in com.gargoylesoftware.htmlunit.svg that implement ElementFactory
 class SvgElementFactory
          Element factory which creates elements by calling the constructor on a given SvgElement subclass.
 



Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.