org.enhydra.xml.xhtml.dom.xerces
Class XHTMLDOMImplementationImpl
java.lang.Object
|
+--org.apache.xerces.dom.DOMImplementationImpl
|
+--org.enhydra.xml.xhtml.dom.xerces.XHTMLDOMImplementationImpl
- All Implemented Interfaces:
- org.w3c.dom.DOMImplementation, org.w3c.dom.html.HTMLDOMImplementation
- public class XHTMLDOMImplementationImpl
- extends org.apache.xerces.dom.DOMImplementationImpl
- implements org.w3c.dom.html.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.1 $ $Date: 2003/04/14 12:31:46 $
- Author:
- Assaf Arkin
- See Also:
DOMImplementation
Fields inherited from class org.apache.xerces.dom.DOMImplementationImpl |
singleton |
Method Summary |
org.w3c.dom.Document |
createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
org.w3c.dom.DocumentType doctype)
|
org.w3c.dom.html.HTMLDocument |
createHTMLDocument(java.lang.String title)
Create a new HTML document of the specified TITLE text. |
static org.w3c.dom.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. |
static org.w3c.dom.html.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. |
Methods inherited from class org.apache.xerces.dom.DOMImplementationImpl |
, createDocumentType, hasFeature |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.DOMImplementation |
createDocumentType, hasFeature |
createDocument
public org.w3c.dom.Document createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
org.w3c.dom.DocumentType doctype)
throws org.w3c.dom.DOMException
- Specified by:
createDocument
in interface org.w3c.dom.DOMImplementation
- Overrides:
createDocument
in class org.apache.xerces.dom.DOMImplementationImpl
- See Also:
DOMImplementation
createHTMLDocument
public final org.w3c.dom.html.HTMLDocument createHTMLDocument(java.lang.String title)
throws org.w3c.dom.DOMException
- Create a new HTML document of the specified TITLE text.
- Specified by:
createHTMLDocument
in interface org.w3c.dom.html.HTMLDOMImplementation
- Parameters:
title
- The document title text- Returns:
- New HTML document
getHTMLDOMImplementation
public static org.w3c.dom.html.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 org.w3c.dom.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.