Interface IXMLDocumentProvider

    • Method Detail

      • getDocument

        DOMDocument getDocument​(String uri)
        Returns the DOMDocument instance from the given uri and null otherwise.
        Parameters:
        uri - the document URI.
        Returns:
        the DOMDocument instance from the given uri and null otherwise.
      • getAllDocuments

        default Collection<DOMDocument> getAllDocuments()
        All known documents XML server is working with at the moment
        Returns:
        XML documents