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 变量和类型 方法 描述 LSInputCatalogResolver. 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 变量和类型 方法 描述 LSInputDOMImplementationLS. createLSInput()创建一个新的空输入源对象,其中LSInput.characterStream,LSInput.byteStream,LSInput.stringDataLSInput.systemId,LSInput.publicId,LSInput.baseURI和LSInput.encoding是空的,LSInput.certifiedText是假的。LSInputLSLoadEvent. getInput()已解析的输入源。LSInputLSProgressEvent. getInput()正在解析的输入源。LSInputLSResourceResolver. resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)允许应用程序解析外部资源。Methods in org.w3c.dom.ls with parameters of type LSInput 变量和类型 方法 描述 DocumentLSParser. parse(LSInput input)从由LSInput标识的资源中解析XML文档。NodeLSParser. parseWithContext(LSInput input, Node contextArg, short action)从由LSInput标识的资源中解析XML片段,并将内容插入到使用context和action参数指定的位置的现有文档中。
-