Several methods create new nodes of all basic types (comment, text, element, etc.). These methods create new nodes but do not place them in the document tree. The nodes may be placed in the document tree using {@link org.w3c.dom.Node#appendChild} or {@link org.w3c.dom.Node#insertBefore}, or they may be placed in some other document tree.
Note: <FRAMESET> documents are not supported at the moment, neither are direct document writing ( {@link #open}, {@link #write}) and HTTP attribute methods ( {@link #getURL}, {@link #getCookie}). @xerces.internal @version $Revision: 320583 $ $Date: 2005-09-30 16:56:46 -0400 (Fri, 30 Sep 2005) $ @author Assaf Arkin @see org.w3c.dom.html.HTMLDocument
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|