| Prev Class | Next Class | Frames | No Frames | 
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr | 
java.lang.Objectgnu.xml.dom.DomNodegnu.xml.dom.DomFragment| Constructor Summary | |
| 
 | |
| Method Summary | |
|  String | 
 | 
protected DomFragment(DomDocument owner)
Constructs a DocumentFragment node associated with the specified document. 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.
public final String getNodeName()
DOM L1 Returns the string "#document-fragment".
- Specified by:
- getNodeName in interface Node
- Overrides:
- getNodeName in interface DomNode