package org.w3c.dom; public interface NodeList { public Node item(int index); public int getLength(); }
Now we're really ready to read a document