Class XMLParser

  • All Implemented Interfaces:
    Parser

    public class XMLParser
    extends AbstractParser
    Text extractor for XML documents. This class extracts the text content and attribute values from XML documents.

    This class can handle any XML-based format. However, it often makes sense to use more specialized extractors that better understand the specific content type.

    Since:
    3.5
    Author:
    Michael Scholz, Alessandro Gasparini - LogicalDOC