public interface IXMLDocumentProvider
DOMDocument
provider.Modifier and Type | Method and Description |
---|---|
default Collection<DOMDocument> |
getAllDocuments()
All known documents XML server is working with at the moment
|
DOMDocument |
getDocument(String uri)
Returns the
DOMDocument instance from the given uri and
null otherwise. |
DOMDocument getDocument(String uri)
DOMDocument
instance from the given uri
and
null otherwise.uri
- the document URI.DOMDocument
instance from the given uri
and
null otherwise.default Collection<DOMDocument> getAllDocuments()
Copyright © 2021. All rights reserved.