Interface XmlDocumentUrlReader

    • Method Detail

      • getDocument

        Optional<Document> getDocument​(String url)
        Returns an optional of a DOM Document object for the given URL.
        Parameters:
        url - URL to read XML file from
        Returns:
        Optional of Document or empty optional, if URL cannot be read