Name

DOMImplementationSource

Synopsis

This Level 3 interface is designed for use by DOM implementors. It is also used in the org.w3c.dom.bootstrap package, which is beyond the scope of this book.

public interface DOMImplementationSource {
// Public Instance Methods
     DOMImplementation getDOMImplementation(String features);  
     DOMImplementationList getDOMImplementationList(String features);  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.