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 变量和类型 方法 描述 LSOutputDOMImplementationLS. createLSOutput()创建一个新的空输出目标对象,其中LSOutput.characterStream,LSOutput.byteStream,LSOutput.systemId,LSOutput.encoding为空。Methods in org.w3c.dom.ls with parameters of type LSOutput 变量和类型 方法 描述 booleanLSSerializer. write(Node nodeArg, LSOutput destination)如上所述,在LSSerializer接口的一般描述中序列化指定的节点。
-