Name
xmlStandalone: boolean(3)
Synopsis
Returns the value of the standalone
pseudo-attribute of the XML
declaration from the original document. Returns false
when not specified in the
declaration. Note that this value returns the standalone
value from the original
declaration and may not be accurate.
Java binding
public boolean getXmlStandalone( );
public void setXmlStandalone(boolean xmlStandalone) throws DOMException;