Uses of Interface
org.w3c.dom.ls.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
Modifier and TypeMethodDescriptionCatalogResolver.resolveResource
(String type, String namespaceUri, String publicId, String systemId, String baseUri) ImplementsLSResourceResolver
. -
Uses of LSInput in org.w3c.dom.ls
Modifier 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.Modifier 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.