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 变量和类型 方法 描述 DocumentLSParser. parse(LSInput input)从LSInput标识的资源中解析XML文档。DocumentLSParser. parseURI(String uri)从URI引用[ IETF RFC 2396 ]标识的位置解析XML文档。NodeLSParser. parseWithContext(LSInput input, Node contextArg, short action)从由LSInput标识的资源中解析XML片段,并将内容插入到使用context和action参数指定的位置的现有文档中。booleanLSSerializer. write(Node nodeArg, LSOutput destination)如上所述在LSSerializer接口的一般描述中序列化指定的节点。StringLSSerializer. writeToString(Node nodeArg)如上所述在LSSerializer接口的一般描述中序列化指定的节点。booleanLSSerializer. writeToURI(Node nodeArg, String uri)A convenience method that acts as ifLSSerializer.writewas called with aLSOutputwith no encoding specified andLSOutput.systemIdset to theuriargument.
-