Class JEuclidDOMImplementation

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.batik.i18n.Localizable, org.w3c.dom.DOMImplementation

    public final class JEuclidDOMImplementation
    extends org.apache.batik.dom.AbstractDOMImplementation
    Version:
    $Revision: 88b901bf20fb $
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.batik.dom.AbstractDOMImplementation

        features, localizableSupport, RESOURCES
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JEuclidDOMImplementation()
      Default Constructor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Document createDocument​(java.lang.String namespaceURI, java.lang.String qualifiedName, org.w3c.dom.DocumentType doctype)
      org.w3c.dom.DocumentType createDocumentType​(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId)
      static org.w3c.dom.DOMImplementation getInstance()
      Retrieve the singleton instance of this DOMImplementation.
      • Methods inherited from class org.apache.batik.dom.AbstractDOMImplementation

        createDocumentEventSupport, createEventSupport, formatMessage, getFeature, getLocale, hasFeature, initLocalizable, registerFeature, setLocale
      • 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 org.w3c.dom.Document createDocument​(java.lang.String namespaceURI,
                                                   java.lang.String qualifiedName,
                                                   org.w3c.dom.DocumentType doctype)
      • createDocumentType

        public org.w3c.dom.DocumentType createDocumentType​(java.lang.String qualifiedName,
                                                           java.lang.String publicId,
                                                           java.lang.String systemId)
      • getInstance

        public static org.w3c.dom.DOMImplementation getInstance()
        Retrieve the singleton instance of this DOMImplementation.
        Returns:
        a DOMImplementation implementing MathML DOM.