gnu.xml.dom
public class DomFragment extends DomNode implements DocumentFragment
"DocumentFragment" implementation.
Version: $Date: 2001/11/20 04:53:46 $
Constructor Summary | |
---|---|
protected | DomFragment(Document owner)
Constructs a DocumentFragment node associated with the
specified document.
|
Method Summary | |
---|---|
String | getNodeName()
DOM L1
Returns the string "#document-fragment". |
short | getNodeType()
DOM L1
Returns the constant DOCUMENT_FRAGMENT_NODE. |
This constructor should only be invoked by a Document as part of its createDocumentFragment functionality, or through a subclass which is similarly used in a "Sub-DOM" style layer.
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2011-08-26.