Save This Page
Home » openjdk-7 » com.sun.org.apache.xerces.internal » dom » [javadoc | source]
com.sun.org.apache.xerces.internal.dom
public class: DOMXSImplementationSourceImpl [javadoc | source]
java.lang.Object
   com.sun.org.apache.xerces.internal.dom.DOMImplementationSourceImpl
      com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl

All Implemented Interfaces:
    DOMImplementationSource

Allows to retrieve XSImplementation, DOM Level 3 Core and LS implementations and PSVI implementation.

See also the Document Object Model (DOM) Level 3 Core Specification.

Method from com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl Summary:
getDOMImplementation,   getDOMImplementationList
Methods from com.sun.org.apache.xerces.internal.dom.DOMImplementationSourceImpl:
getDOMImplementation,   getDOMImplementationList,   testImpl
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl Detail:
 public DOMImplementation getDOMImplementation(String features) 
    A method to request a DOM implementation.
 public DOMImplementationList getDOMImplementationList(String features) 
    A method to request a list of DOM implementations that support the specified features and versions, as specified in .