Since elements, text nodes, comments, processing instructions, etc. cannot exist outside the context of a Document, the Document interface also contains the factory methods needed to create these objects. The Node objects created have a ownerDocument attribute which associates them with the Document within whose context they were created. @xerces.internal @version $Id: DeferredDocumentImpl.java 380043 2006-02-23 05:23:19Z mrglavas $ @since PR-DOM-Level-1-19980818.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|