java.lang.Object | +--gnu.xml.dom.DomNode | +--gnu.xml.dom.DomFragmentAll Implemented Interfaces:
DomFragment(org.w3c.dom.Document owner) Constructs a DocumentFragment node associated with the specified document. |
java.lang.String | getNodeName() DOM L1 Returns the string "#document-fragment". |
short | getNodeType() DOM L1 Returns the constant DOCUMENT_FRAGMENT_NODE. |
protected DomFragment(org.w3c.dom.Document owner)
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.
owner
- public final String getNodeName()
public final short getNodeType()
"DocumentFragment" implementation.