Microsoft SDK for Java

loadDTD

This method of the Parser class loads a DTD given its URL and namespace.

Syntax

public final void loadDTD(String urlStr, Atom nameSpace) throws ParseException;

 

Parameters

urlStr A string representing the URL that contains the DTD.
nameSpace The namespace that contains the DTD.

Exceptions

ParseException if a string is incorrectly formatted and cannot be parsed.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.