net.sourceforge.jeuclid.elements.generic
Class JEuclidDOMImplementation

java.lang.Object
  extended by org.apache.batik.dom.AbstractDOMImplementation
      extended by net.sourceforge.jeuclid.elements.generic.JEuclidDOMImplementation
All Implemented Interfaces:
Serializable, DOMImplementation

public final class JEuclidDOMImplementation
extends AbstractDOMImplementation

Version:
$Revision: 88b901bf20fb $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.batik.dom.AbstractDOMImplementation
features
 
Constructor Summary
protected JEuclidDOMImplementation()
          Default Constructor.
 
Method Summary
 Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
          
 DocumentType createDocumentType(String qualifiedName, String publicId, String systemId)
          
static DOMImplementation getInstance()
          Retrieve the singleton instance of this DOMImplementation.
 
Methods inherited from class org.apache.batik.dom.AbstractDOMImplementation
createDocumentEventSupport, createEventSupport, getFeature, hasFeature, registerFeature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JEuclidDOMImplementation

protected JEuclidDOMImplementation()
Default Constructor.

Method Detail

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.