Uses of Class org.xml.sax.InputSource

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 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 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 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 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 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.