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.

Uses in package gnu.xml.dom.ls

Classes implementing org.w3c.dom.ls.LSOutput

class
Specification of XML output to produce.

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

boolean

Uses in package gnu.xml.dom

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.