Common DOM API
A B C D E F G H I L M N O P R S T U V W

W

write(String) - Method in interface org.w3c.dom.html.HTMLDocument
Write a string of text to a document stream opened by open() .
write(Node, LSOutput) - Method in interface org.w3c.dom.ls.LSSerializer
Serialize the specified node as described above in the general description of the LSSerializer interface.
writeln(String) - Method in interface org.w3c.dom.html.HTMLDocument
Write a string of text followed by a newline character to a document stream opened by open() .
writeToString(Node) - Method in interface org.w3c.dom.ls.LSSerializer
Serialize the specified node as described above in the general description of the LSSerializer interface.
writeToURI(Node, String) - Method in interface org.w3c.dom.ls.LSSerializer
A convenience method that acts as if LSSerializer.write was called with a LSOutput with no encoding specified and LSOutput.systemId set to the uri argument.
WRONG_DOCUMENT_ERR - Static variable in exception org.w3c.dom.DOMException
If a Node is used in a different document than the one that created it (that doesn't support it).

Common DOM API
A B C D E F G H I L M N O P R S T U V W
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2008 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.