|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LSInput | |
---|---|
org.apache.xerces.dom | |
org.apache.xerces.dom3.as | |
org.apache.xerces.impl.xs | |
org.apache.xerces.parsers | |
org.apache.xerces.util | |
org.apache.xerces.xs | |
org.w3c.dom.ls |
Uses of LSInput in org.apache.xerces.dom |
---|
Classes in org.apache.xerces.dom that implement LSInput | |
---|---|
class |
DOMInputImpl
This Class DOMInputImpl represents a single input source for an XML entity. |
Methods in org.apache.xerces.dom that return LSInput | |
---|---|
LSInput |
CoreDOMImplementationImpl.createLSInput()
DOM Level 3 LS CR - Experimental. |
Uses of LSInput in org.apache.xerces.dom3.as |
---|
Methods in org.apache.xerces.dom3.as with parameters of type LSInput | |
---|---|
ASModel |
DOMASBuilder.parseASInputSource(LSInput is)
Deprecated. Parse a Abstract Schema from a location identified by an LSInput . |
Uses of LSInput in org.apache.xerces.impl.xs |
---|
Methods in org.apache.xerces.impl.xs with parameters of type LSInput | |
---|---|
XSModel |
XMLSchemaLoader.load(LSInput is)
|
XSModel |
XSLoaderImpl.load(LSInput is)
Parse an XML Schema document from a resource identified by a LSInput . |
Uses of LSInput in org.apache.xerces.parsers |
---|
Methods in org.apache.xerces.parsers with parameters of type LSInput | |
---|---|
Document |
DOMParserImpl.parse(LSInput is)
Parse an XML document from a resource identified by an LSInput . |
ASModel |
DOMASBuilderImpl.parseASInputSource(LSInput is)
Deprecated. Parse a Abstract Schema from a location identified by an LSInput . |
Node |
DOMParserImpl.parseWithContext(LSInput is,
Node cnode,
short action)
Parse an XML document or fragment from a resource identified by an LSInput and insert the content into an existing
document at the position epcified with the contextNode
and action arguments. |
Uses of LSInput in org.apache.xerces.util |
---|
Methods in org.apache.xerces.util that return LSInput | |
---|---|
LSInput |
XMLCatalogResolver.resolveResource(java.lang.String type,
java.lang.String namespaceURI,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String baseURI)
Resolves a resource using the catalog. |
Uses of LSInput in org.apache.xerces.xs |
---|
Methods in org.apache.xerces.xs that return LSInput | |
---|---|
LSInput |
LSInputList.item(int index)
Returns the index th item in the collection or
null if index is greater than or equal to
the number of objects in the list. |
Methods in org.apache.xerces.xs with parameters of type LSInput | |
---|---|
XSModel |
XSLoader.load(LSInput is)
Parse an XML Schema document from a resource identified by a LSInput . |
Uses of LSInput in org.w3c.dom.ls |
---|
Methods in org.w3c.dom.ls that return LSInput | |
---|---|
LSInput |
DOMImplementationLS.createLSInput()
Create a new empty input source object where LSInput.characterStream , LSInput.byteStream
, LSInput.stringData LSInput.systemId ,
LSInput.publicId , LSInput.baseURI , and
LSInput.encoding are null, and
LSInput.certifiedText is false. |
LSInput |
LSProgressEvent.getInput()
The input source that is being parsed. |
LSInput |
LSLoadEvent.getInput()
The input source that was parsed. |
LSInput |
LSResourceResolver.resolveResource(java.lang.String type,
java.lang.String namespaceURI,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String baseURI)
Allow the application to resolve external resources. |
Methods in org.w3c.dom.ls with parameters of type LSInput | |
---|---|
Document |
LSParser.parse(LSInput input)
Parse an XML document from a resource identified by a LSInput . |
Node |
LSParser.parseWithContext(LSInput input,
Node contextArg,
short action)
Parse an XML fragment from a resource identified by a LSInput and insert the content into an existing document
at the position specified with the context and
action arguments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |