This method of the Parser class loads a DTD given its URL and namespace.
public final void loadDTD(String urlStr, Atom nameSpace) throws ParseException;
urlStr | A string representing the URL that contains the DTD. |
nameSpace | The namespace that contains the DTD. |
ParseException if a string is incorrectly formatted and cannot be parsed.