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.
public final void setStandalone(String value);
value | The attribute value ("yes" or "no"). |