Interface XMLParserFactory


  • @Role
    public interface XMLParserFactory
    Create XML parsers.
    Since:
    5.2M1
    Version:
    $Id: e68b5a9dfc8fd7c75bcb9b438cce01a22ced6c3f $
    • Method Detail

      • createResult

        Result createResult​(Object filter,
                            XMLConfiguration configuration)
        Parameters:
        filter - the filter to send events to
        configuration - the configuration of the parser
        Returns:
        the parser as a Result.
      • createXMLEventWriter

        XMLEventWriter createXMLEventWriter​(Object filter,
                                            XMLConfiguration configuration)
        Parameters:
        filter - the filter to send events to
        configuration - the configuration of the parser
        Returns:
        the parser as a Result.