Uses of Class org.xml.sax.InputSource

Uses in package gnu.xml.stream

Methods with parameter type org.xml.sax.InputSource

void

Uses in package org.xml.sax.ext

Methods with return type org.xml.sax.InputSource

InputSource
Tells the parser that if no external subset has been declared in the document text, none should be used.
InputSource
Allows applications to provide an external subset for documents that don't explicitly define one.
InputSource
Invokes EntityResolver2.resolveEntity() with null entity name and base URI.
InputSource
DefaultHandler2.resolveEntity(String name, String publicId, String baseURI, String systemId)
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
InputSource
EntityResolver2.resolveEntity(String name, String publicId, String baseURI, String systemId)
Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.

Uses in package javax.xml.transform.sax

Constructors with parameter type org.xml.sax.InputSource

Constructor with an input source.
SAXSource.SAXSource(XMLReader reader, InputSource inputSource)
Constructor with a SAX parser and input source.

Methods with parameter type org.xml.sax.InputSource

void
Sets the input source to parse.

Methods with return type org.xml.sax.InputSource

InputSource
Returns the input source to parse.
InputSource
Converts a source into a SAX input source.

Uses in package gnu.xml.libxmlj.util

Methods with parameter type org.xml.sax.InputSource

NamedInputStream
Returns an input stream for the specified input source.

Uses in package gnu.xml.util

Methods with parameter type org.xml.sax.InputSource

void
SAX1: Parses the previously provided DOM document (the input parameter is ignored).

Methods with return type org.xml.sax.InputSource

InputSource
"New Style" parser callback to add an external subset.
InputSource
Resolver.resolveEntity(String publicId, String systemId)
Uses a local dictionary of public identifiers to resolve URIs, normally with the goal of minimizing network traffic or latencies.
InputSource
XCat.resolveEntity(String publicId, String systemId)
"Old Style" external entity resolution for parsers.
InputSource
XCat.resolveEntity(String name, String publicId, String baseURI, String systemId)
"New Style" external entity resolution for parsers.
InputSource
XCat.resolveURI(String baseURI, String uri)
Resolves a URI reference that's not defined to the DTD.

Uses in package javax.xml.parsers

Methods with parameter type org.xml.sax.InputSource

Document
Parse the specified input source and return a DOM Document.
void
Parse the specified input source, reporting SAX1 events to the given handler.
void
Parse the specified input source, reporting SAX2 events to the given handler.

Uses in package gnu.xml.libxmlj.sax

Methods with parameter type org.xml.sax.InputSource

void

Uses in package org.xml.sax

Methods with parameter type org.xml.sax.InputSource

void
Parse an XML document.
void
Parse an XML document.

Methods with return type org.xml.sax.InputSource

InputSource
Allow the application to resolve external entities.
InputSource
HandlerBase.resolveEntity(String publicId, String systemId)
Resolve an external entity.

Uses in package gnu.xml.xpath

Methods with parameter type org.xml.sax.InputSource

String
XPathImpl.evaluate(String expression, InputSource source)
Object
XPathImpl.evaluate(String expression, InputSource source, QName returnType)
String
Object
Expr.evaluate(InputSource source, QName returnType)

Uses in package org.xml.sax.helpers

Methods with parameter type org.xml.sax.InputSource

void
Parse an XML document.
void
Parse a document.
void
Parse the document.

Methods with return type org.xml.sax.InputSource

InputSource
Resolve an external entity.
InputSource
Filter an external entity resolution.

Uses in package javax.xml.xpath

Methods with parameter type org.xml.sax.InputSource

String
XPath.evaluate(String expression, InputSource source)
Evaluates an expression and returns the result as a string.
Object
XPath.evaluate(String expression, InputSource source, QName returnType)
Evaluates an expression.
String
Evaluates this expression against the specified context, returning the result as a string.
Object
Evaluates this expression against the specified context.

Uses in package gnu.xml.libxmlj.dom

Methods with parameter type org.xml.sax.InputSource

Document

Uses in package gnu.xml.aelfred2

Methods with parameter type org.xml.sax.InputSource

void
SAX1, SAX2: Auxiliary API to parse an XML document, used mostly when no URI is available.
void
SAX1: Underlying API to parse an XML document, used directly when no URI is available.