Uses of Interface org.w3c.dom.ls.LSOutput

Uses in package org.w3c.dom.ls

Methods with parameter type org.w3c.dom.ls.LSOutput

boolean
LSSerializer.write(Node nodeArg, LSOutput destination)
Serialize the specified node as described above in the general description of the LSSerializer interface.

Methods with return type org.w3c.dom.ls.LSOutput

LSOutput
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId, LSOutput.encoding are null.