Interface IDocumentParser

    • Method Detail

      • parseDocument

        List<Doc> parseDocument​(Doc doc,
                                Writer output)
                         throws DocumentParserException
        Parses a document.
        Parameters:
        doc - importer document to parse
        output - where to store extracted or modified content of the supplied document
        Returns:
        a list of first-level embedded documents, if any
        Throws:
        DocumentParserException - problem parsing document