Class JEuclidDOMImplementation
java.lang.Object
org.apache.batik.dom.AbstractDOMImplementation
net.sourceforge.jeuclid.elements.generic.JEuclidDOMImplementation
- All Implemented Interfaces:
Serializable,org.apache.batik.i18n.Localizable,DOMImplementation
public final class JEuclidDOMImplementation
extends org.apache.batik.dom.AbstractDOMImplementation
- Version:
- $Revision: 88b901bf20fb $
- See Also:
-
Field Summary
Fields inherited from class org.apache.batik.dom.AbstractDOMImplementation
features, localizableSupport, RESOURCES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDocument(String namespaceURI, String qualifiedName, DocumentType doctype) createDocumentType(String qualifiedName, String publicId, String systemId) static DOMImplementationRetrieve the singleton instance of thisDOMImplementation.Methods inherited from class org.apache.batik.dom.AbstractDOMImplementation
createDocumentEventSupport, createEventSupport, formatMessage, getFeature, getLocale, hasFeature, initLocalizable, registerFeature, setLocale
-
Constructor Details
-
JEuclidDOMImplementation
protected JEuclidDOMImplementation()Default Constructor.
-
-
Method Details
-
createDocument
-
createDocumentType
-
getInstance
Retrieve the singleton instance of thisDOMImplementation.- Returns:
- a
DOMImplementationimplementing MathML DOM.
-