Class ElementFactory
java.lang.Object
org.loboevolution.html.dom.domimpl.ElementFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal HTMLElement
createElement
(HTMLDocumentImpl document, String name) createElement.
-
Constructor Details
-
ElementFactory
public ElementFactory(boolean isRss) Constructor for ElementFactory.
- Parameters:
isRss
- a boolean.
-
-
Method Details
-
createElement
createElement.
- Parameters:
document
- aHTMLDocumentImpl
object.name
- aString
object.- Returns:
- a
HTMLElement
object.
-