public interface IXMLDocumentProvider
DOMDocument
provider.Modifier and Type | Method and Description |
---|---|
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.Copyright © 2020. All rights reserved.