Uses of Class
org.w3c.dom.ls.LSException
-
Packages that use LSException 软件包 描述 org.w3c.dom.ls 为DOM Level 3加载和保存提供接口。 -
-
Uses of LSException in org.w3c.dom.ls
Methods in org.w3c.dom.ls that throw LSException 变量和类型 方法 描述 Document
LSParser. parse(LSInput input)
从LSInput
标识的资源中解析XML文档。Document
LSParser. parseURI(String uri)
从URI引用[ IETF RFC 2396 ]标识的位置解析XML文档。Node
LSParser. parseWithContext(LSInput input, Node contextArg, short action)
从由LSInput
标识的资源中解析XML片段,并将内容插入到使用context
和action
参数指定的位置的现有文档中。boolean
LSSerializer. write(Node nodeArg, LSOutput destination)
如上所述在LSSerializer
接口的一般描述中序列化指定的节点。String
LSSerializer. writeToString(Node nodeArg)
如上所述在LSSerializer
接口的一般描述中序列化指定的节点。boolean
LSSerializer. writeToURI(Node nodeArg, String uri)
A convenience method that acts as ifLSSerializer.write
was called with aLSOutput
with no encoding specified andLSOutput.systemId
set to theuri
argument.
-