软件包 | 描述 |
---|---|
org.w3c.dom.ls |
Modifier and Type | Method and Description |
---|---|
Document |
LSParser.parse(LSInput input)
解析一个XML文件从资源的
LSInput 鉴定。
|
Document |
LSParser.parseURI(String uri)
解析一个XML文件从一个位置的URI引用[
IETF RFC 2396 ]确定。
|
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)
一个方便的方法,好像
LSSerializer.write 被称为一个没有编码指定
LSOutput.systemId 设置为
uri 争论
LSOutput 。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.