Class DocumentFragment
XML DOM DocumentFragment Interface.
See the DocumentFragment and Node interfaces.
Methods
DocumentFragment:write ([buffer[, namespacesInScope]]) | exports the XML. |
Methods
- DocumentFragment:write ([buffer[, namespacesInScope]])
-
exports the XML.
Parameters:
- buffer array an array to which the chunks can be added. (optional)
- namespacesInScope table namespaceURIs indexed by prefix. For any namespace not in this table, the definitions will be generated. (optional)
Returns:
-
the buffer array