doc()
function.
@param href An href attribute, which may be relative or absolute.
@param baseURI The (absolute) base URI in effect when the href attribute was encountered.
@return A Document object, or null if the href cannot be resolved and theprocessor should try to resolve the URI itself.
@throws ParsingException if an error occurs when trying to resolve the URI.
@throws IOException if an error occurs when trying to resolve the URI.
@throws TransformerException if an error occurs when trying to resolve the URI.
|
|