|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.html.UnknownElementFactory
public final class UnknownElementFactory
A factory for elements encountered in parsing the input which are not represented by dedicated element classes.
Field Summary | |
---|---|
static UnknownElementFactory |
instance
The singleton instance. |
Method Summary | |
---|---|
HtmlElement |
createElement(SgmlPage page,
String tagName,
Attributes attributes)
Creates an element according to this factory's specification. |
HtmlElement |
createElementNS(SgmlPage page,
String namespaceURI,
String qualifiedName,
Attributes attributes)
Creates an element according to this factory's specification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final UnknownElementFactory instance
Method Detail |
---|
public HtmlElement createElement(SgmlPage page, String tagName, Attributes attributes)
createElement
in interface IElementFactory
page
- the enclosing page for the new elementtagName
- the tag name (most factories will be responsible for a specific tag, but this
parameter is passed in for factories that don't follow this rule)attributes
- the attributes encountered during XML/HTML parsing (possibly null
if no attributes specified
public HtmlElement createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes)
createElementNS
in interface IElementFactory
page
- the enclosing page for the new elementnamespaceURI
- the URI that identifies an XML namespacequalifiedName
- the qualified name of the element type to instantiateattributes
- the attributes encountered during XML/HTML parsing (possibly null
if no attributes specified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |