所有类


接口 org.w3c.dom.ls.LSInput
的使用

使用 LSInput 的软件包
org.w3c.dom.ls   
 

org.w3c.dom.lsLSInput 的使用
 

返回 LSInputorg.w3c.dom.ls 中的方法
 LSInput DOMImplementationLS.createLSInput()
          创建一个新的空输入源对象,其中,LSInput.characterStreamLSInput.byteStreamLSInput.stringData LSInput.systemIdLSInput.publicIdLSInput.baseURILSInput.encoding 为 null,LSInput.certifiedText 为 false。
 LSInput LSProgressEvent.getInput()
          被解析的输入源。
 LSInput LSLoadEvent.getInput()
          被解析的输入源。
 LSInput LSResourceResolver.resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
          允许应用程序解析外部资源。
 

参数类型为 LSInputorg.w3c.dom.ls 中的方法
 Document LSParser.parse(LSInput input)
          从通过 LSInput 标识的资源中解析 XML 文档。
 Node LSParser.parseWithContext(LSInput input, Node contextArg, short action)
          从通过 LSInput 标识的资源中解析 XML 片断,并将其内容插入到用 contextaction 参数指定的位置的现有文档。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部