Name
documentURI: DOMString(3)
Synopsis
The location of the document, or null
if the document was created using
the createDocument( )
method of
the DOMImplementation
interface. No lexical checking of the URI itself is done during
the set operation.
Java binding
public String getDocumentURI( );
public void setDocumentURI(string documentURI);