public class XMLDocumentFragment extends XMLNode implements DocumentFragment:
DOM document fragment implementation.
@example `klyn import klyn.io.xml.dom
fragment = XMLDocumentFragment(document)
| Modifier and Type | Member | Description |
|---|---|---|
| public | XMLDocumentFragmentXMLDocumentFragment(ownerDocument as Document): |
Creates a document fragment owned by a document. |