net.sourceforge.jeuclid.elements.generic
Class JEuclidDOMImplementation
java.lang.Object
  
org.apache.batik.dom.AbstractDOMImplementation
      
net.sourceforge.jeuclid.elements.generic.JEuclidDOMImplementation
- All Implemented Interfaces: 
 - Serializable, DOMImplementation
 
public final class JEuclidDOMImplementation
- extends AbstractDOMImplementation
 
- Version:
 
  - $Revision: 88b901bf20fb $
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JEuclidDOMImplementation
protected JEuclidDOMImplementation()
- Default Constructor.
 
createDocument
public Document createDocument(String namespaceURI,
                               String qualifiedName,
                               DocumentType doctype)
- 
 
 
createDocumentType
public DocumentType createDocumentType(String qualifiedName,
                                       String publicId,
                                       String systemId)
- 
 
 
getInstance
public static DOMImplementation getInstance()
- Retrieve the singleton instance of this 
DOMImplementation.
- Returns:
 - a 
DOMImplementation implementing MathML DOM. 
 
 
Copyright © 2002-2010 The JEuclid project. All Rights Reserved.