org.enhydra.xml.lazydom.html
Class LazyHTMLDOMImplementation
java.lang.Object
|
+--org.enhydra.apache.xerces.dom.DOMImplementationImpl
|
+--org.enhydra.xml.lazydom.LazyDOMImplementation
|
+--org.enhydra.xml.lazydom.html.LazyHTMLDOMImplementation
- All Implemented Interfaces:
- DOMImplementation, HTMLDOMImplementation
- public class LazyHTMLDOMImplementation
- extends LazyDOMImplementation
- implements HTMLDOMImplementation
HTMLDOMImplementation method for the LazyDOM.
Provides number of methods for performing operations that are independent
of any particular instance of the document object model. This class is
unconstructable, the only way to obtain an instance of a DOM implementation
is by calling the static method LazyDOMImplementation.getDOMImplementation()
.
- Version:
- $Revision: 1.3 $ $Date: 2006/01/21 16:50:14 $
- Author:
- Assaf Arkin
- See Also:
HTMLDOMImplementation
Fields inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
singleton |
Methods inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
, getFeature, hasFeature |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createHTMLDocument
public final HTMLDocument createHTMLDocument(String title)
throws DOMException
- Create a new HTML document of the specified TITLE text.
- Specified by:
createHTMLDocument
in interface HTMLDOMImplementation
- Parameters:
title
- The document title text- Returns:
- New HTML document
createHTMLDocument
public HTMLDocument createHTMLDocument(TemplateDOM templateDOM)
- Create a new LazyHTMLDocument from a template..
- See Also:
createHTMLDocument(String)
getHTMLDOMImplementation
public static HTMLDOMImplementation getHTMLDOMImplementation()
- Returns an instance of a
HTMLDOMImplementation
that can be
used to perform operations that are not specific to a particular
document instance, e.g. to create a new document.
- Returns:
- Reference to a valid DOM implementation
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.