org.apache.xerces.dom.DOMImplementationImpl

package org.apache.xerces.dom;

public class DOMImplementationImpl implements DOMImplementation {

  public boolean hasFeature(String feature, String version) 
  
  public static DOMImplementation getDOMImplementation()
  
  public DocumentType  createDocumentType(String qualifiedName, 
                                          String publicID, 
                                          String systemID,
                                          String internalSubset)
                                          
  public Document createDocument(String namespaceURI, 
                                 String qualifiedName, 
                                 DocumentType doctype)
                                 throws DOMException

} 

Previous | Next | Top | Cafe con Leche

Copyright 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified February 28, 2000