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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 Document
LSParser. parse(LSInput input)
从由LSInput
标识的资源中解析XML文档。Node
LSParser. parseWithContext(LSInput input, Node contextArg, short action)
从LSInput
标识的资源中解析XML片段,并将内容插入到现有文档中,位置由context
和action
参数指定。
-