JSci.mathml
Class MathMLDOMImplementationImpl

java.lang.Object
  extended byorg.apache.xerces.dom.CoreDOMImplementationImpl
      extended byorg.apache.xerces.dom.DOMImplementationImpl
          extended byJSci.mathml.MathMLDOMImplementationImpl
All Implemented Interfaces:
org.w3c.dom.DOMImplementation, org.w3c.dom.ls.DOMImplementationLS, org.w3c.dom.mathml.MathMLDOMImplementation

public class MathMLDOMImplementationImpl
extends org.apache.xerces.dom.DOMImplementationImpl
implements org.w3c.dom.mathml.MathMLDOMImplementation

Implements a MathML DOM implementation.


Field Summary
 
Fields inherited from interface org.w3c.dom.ls.DOMImplementationLS
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS
 
Method Summary
 org.w3c.dom.mathml.MathMLDocument createMathMLDocument()
           
static org.w3c.dom.DOMImplementation getDOMImplementation()
          NON-DOM: Obtain and return a single shared object
 
Methods inherited from class org.apache.xerces.dom.DOMImplementationImpl
createDocument, hasFeature
 
Methods inherited from class org.apache.xerces.dom.CoreDOMImplementationImpl
assignDocTypeNumber, assignDocumentNumber, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getFeature
 
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
createDocument, createDocumentType, hasFeature
 

Method Detail

createMathMLDocument

public final org.w3c.dom.mathml.MathMLDocument createMathMLDocument()
Specified by:
createMathMLDocument in interface org.w3c.dom.mathml.MathMLDOMImplementation

getDOMImplementation

public static org.w3c.dom.DOMImplementation getDOMImplementation()
NON-DOM: Obtain and return a single shared object