Uses of Interface
org.w3c.dom.ls.LSOutput
-
Packages that use LSOutput 软件包 描述 org.w3c.dom.ls 提供DOM Level 3加载和保存的界面。 -
-
Uses of LSOutput in org.w3c.dom.ls
Methods in org.w3c.dom.ls that return LSOutput Modifier and Type 方法 描述 LSOutput
DOMImplementationLS. createLSOutput()
创建一个新的空输出目标对象,其中LSOutput.characterStream
,LSOutput.byteStream
,LSOutput.systemId
,LSOutput.encoding
为空。Methods in org.w3c.dom.ls with parameters of type LSOutput Modifier and Type 方法 描述 boolean
LSSerializer. write(Node nodeArg, LSOutput destination)
按照LSSerializer
界面的一般说明,按照上述的LSSerializer
序列化指定的节点。
-