index-th document.
nth Document in this index. NOTE: for performance reasons, this method does not check if the requested document is deleted, and therefore asking for a deleted document may yield unspecified results. Usually this is not required, however you can call {@link #isDeleted(int)} with the requested document ID to verifythe document is not deleted. @throws CorruptIndexException if the index is corrupt @throws IOException if there is a low-level IO error
Document, with the supplied {@link org.jdom.Element} as the root element and the supplied {@link org.jdom.DocType} declaration.
@param rootElement Element for document root.
@param docType DocType declaration.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |