|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IElementFactory
specification of a factory capable of creating HtmlElement objects.
Method Summary | |
---|---|
HtmlElement |
createElement(HtmlPage page,
String tagName,
Attributes attributes)
create an element according to this factory's specification. |
HtmlElement |
createElementNS(HtmlPage page,
String namespaceURI,
String qualifiedName,
Attributes attributes)
create an element according to this factory's specification. |
Method Detail |
---|
HtmlElement createElement(HtmlPage page, String tagName, Attributes attributes)
page
- the enclosing page for the new element. Note that the element is not yet added
into the DOM tree.tagName
- 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 ruleattributes
- the attributes encountered during XML/HTML parsing. Possibly null
if no attributes specified
HtmlElement createElementNS(HtmlPage page, String namespaceURI, String qualifiedName, Attributes attributes)
page
- the enclosing page for the new element. Note that the element is not yet added
into the DOM tree.namespaceURI
- the URI that identifies an XML namespace.qualifiedName
- 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 |