Package com.norconex.importer.handler.splitter.impl
-
Class Summary Class Description CsvSplitter Split files with Coma-Separated values (or any other characters, like tab) into one document per line.DOMSplitter Splits HTML, XHTML, or XML document on elements matching a given selector.PDFPageSplitter Split PDFs pages so each pages are treated as individual documents.TranslatorSplitter Translate documents using one of the supported translation API.XMLStreamSplitter Splits XML document on a specific element.