Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.xerces » dom » [javadoc | source]
org.apache.xerces.dom
public class: DOMXSImplementationSourceImpl [javadoc | source]
java.lang.Object
   org.apache.xerces.dom.DOMImplementationSourceImpl
      org.apache.xerces.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 org.apache.xerces.dom.DOMXSImplementationSourceImpl Summary:
getDOMImplementation,   getDOMImplementationList
Methods from org.apache.xerces.dom.DOMImplementationSourceImpl:
getDOMImplementation,   getDOMImplementationList,   testImpl
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.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 .