Name

DOMImplementationList

Synopsis

This Level 3 interface represents a fixed-size, read-only list (or array) of DOMImplementation objects. getLength( ) returns the list length, and item( ) returns the DOMImplementation at the specified index.

public interface DOMImplementationList {
// Public Instance Methods
     int getLength( );  
     DOMImplementation item(int index);  
}

Returned By

DOMImplementationSource.getDOMImplementationList( )

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.