Microsoft SDK for Java

getDTDURL

This method of the Document class retrieves the document type URL.

Syntax

public final String getDTDURL();

Return Value

Returns the URL specified in the <!DOCTYPE> tag or null if an internal DTD was specified.

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