org.enhydra.xml.xhtml.dom.xerces
Class XHTMLDOMImplementationImpl
java.lang.Object
|
+--org.enhydra.apache.xerces.dom.DOMImplementationImpl
|
+--org.enhydra.xml.xhtml.dom.xerces.XHTMLDOMImplementationImpl
- All Implemented Interfaces:
- DOMImplementation, HTMLDOMImplementation
- public class XHTMLDOMImplementationImpl
- extends org.enhydra.apache.xerces.dom.DOMImplementationImpl
- implements HTMLDOMImplementation
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 getDOMImplementation()
.
- Version:
- $Revision: 1.2 $ $Date: 2005/01/26 08:28:45 $
- Author:
- Assaf Arkin
- See Also:
DOMImplementation
Fields inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
singleton |
Methods inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
, createDocumentType, getFeature, hasFeature |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createDocument
public Document createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
throws DOMException
- Specified by:
createDocument
in interface DOMImplementation
- Overrides:
createDocument
in class org.enhydra.apache.xerces.dom.DOMImplementationImpl
- See Also:
DOMImplementation
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
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
getDOMImplementation
public static DOMImplementation getDOMImplementation()
- 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 Mark Diekhans, enhydra.org. All Rights reserved.