Uses of Interface
org.w3c.dom.ls.LSInput
-
Packages that use LSInput 软件包 描述 javax.xml.catalog org.w3c.dom.ls 为DOM Level 3加载和保存提供接口。 -
-
Uses of LSInput in javax.xml.catalog
Methods in javax.xml.catalog that return LSInput 变量和类型 方法 描述 LSInput
CatalogResolver. resolveResource(String type, String namespaceUri, String publicId, String systemId, String baseUri)
-
Uses of LSInput in org.w3c.dom.ls
Methods in org.w3c.dom.ls that return LSInput 变量和类型 方法 描述 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)
允许应用程序解析外部资源。Methods in org.w3c.dom.ls with parameters of type LSInput 变量和类型 方法 描述 Document
LSParser. parse(LSInput input)
从由LSInput
标识的资源中解析XML文档。Node
LSParser. parseWithContext(LSInput input, Node contextArg, short action)
从由LSInput
标识的资源中解析XML片段,并将内容插入到使用context
和action
参数指定的位置的现有文档中。
-