Uses of Interface
org.w3c.dom.ls.LSInput
Packages that use LSInput
Package
Description
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
Provides interfaces for DOM Level 3 Load and Save.
-
Uses of LSInput in javax.xml.catalog
Methods in javax.xml.catalog that return LSInputModifier and TypeMethodDescriptionCatalogResolver.resolveResource
(String type, String namespaceUri, String publicId, String systemId, String baseUri) ImplementsLSResourceResolver
. -
Uses of LSInput in org.w3c.dom.ls
Methods in org.w3c.dom.ls that return LSInputModifier and TypeMethodDescriptionDOMImplementationLS.createLSInput()
Create a new empty input source object whereLSInput.characterStream
,LSInput.byteStream
,LSInput.stringData
LSInput.systemId
,LSInput.publicId
,LSInput.baseURI
, andLSInput.encoding
are null, andLSInput.certifiedText
is false.LSLoadEvent.getInput()
The input source that was parsed.LSProgressEvent.getInput()
The input source that is being parsed.LSResourceResolver.resolveResource
(String type, String namespaceURI, String publicId, String systemId, String baseURI) Allow the application to resolve external resources.Methods in org.w3c.dom.ls with parameters of type LSInputModifier and TypeMethodDescriptionParse an XML document from a resource identified by aLSInput
.LSParser.parseWithContext
(LSInput input, Node contextArg, short action) Parse an XML fragment from a resource identified by aLSInput
and insert the content into an existing document at the position specified with thecontext
andaction
arguments.