|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
public static
method opens and XML file and returns the
Document
object representing the XML document it contains.
public static
method calls the
four-parameter version with the file path set to null
.
public static
method parses the user
name from Applet.getCodeBase()
and then calls the five-parameter
version of this same method.
public static
method calls
(Applet.getCodeBase()).getHost()
to get the name of the
host system on which the calling applet is running, which is required
to store the host on which to the XML document, and then calls the private
version of storeXMLDocument
to do the actual save.
private static
method saves an XML Document on a
specified system.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |