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