软件包 | 描述 |
---|---|
org.w3c.dom.ls |
Modifier and Type | Method and Description |
---|---|
LSInput |
DOMImplementationLS.createLSInput()
创建一个新的空的输入源对象,
LSInput.characterStream ,
LSInput.byteStream ,
LSInput.stringData
LSInput.systemId ,
LSInput.publicId ,
LSInput.baseURI ,和
LSInput.encoding 是零,和
LSInput.certifiedText 是假的。
|
LSInput |
LSLoadEvent.getInput()
解析的输入源。
|
LSInput |
LSProgressEvent.getInput()
正在解析的输入源。
|
LSInput |
LSResourceResolver.resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
允许应用程序解决外部资源。
|
Modifier and Type | Method and Description |
---|---|
Document |
LSParser.parse(LSInput input)
解析一个XML文件从资源的
LSInput 鉴定。
|
Node |
LSParser.parseWithContext(LSInput input, Node contextArg, short action)
解析从资源的
LSInput 确定一个XML片段,插入到现有的文档内容在指定位置与
context 和
action 参数。
|
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.