Microsoft SDK for Java

setStandalone

This method of the Document class sets the RequiredMarkupDeclaration (RMD) stored in the <?XML ...?> tag. The RMD indicates whether the browser needs to read the document type declarations in the prolog before it can parse the markup data.

Syntax

public final void setStandalone(String value);

Parameters

value The attribute value ("yes" or "no").

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