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.lsMethods in org.w3c.dom.ls that throw LSException Modifier and Type 方法 描述 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.
 
-