Class Events

    • Method Detail

      • createDocumentWriter

        public static DocumentWriter<Events> createDocumentWriter​(NamespaceRegistry namespaceRegistry,
                                                                  java.nio.file.Path xmlFile)
                                                           throws java.lang.Exception
        Create a new DocumentWriter for the event-based reporting format.
        Parameters:
        namespaceRegistry - the namespace registry to use
        xmlFile - the file to write to
        Returns:
        the new DocumentWriter
        Throws:
        java.lang.Exception - if an error initializing the XML writing infrastructure or writing to the XML file occurs