Uses of Class org.xml.sax.InputSource

Uses in package javax.xml.parsers

Methods with parameter type org.xml.sax.InputSource

Document
Parse the content of the given input source as an XML document and return a new DOM Document object.
void
Parse the content given InputSource as XML using the specified HandlerBase.
void
Parse the content given InputSource as XML using the specified DefaultHandler.

Uses in package org.apache.xalan.processor

Methods with return type org.xml.sax.InputSource

InputSource
StylesheetHandler.resolveEntity(String publicId, String systemId)
Resolve an external entity.
InputSource
XSLTElementProcessor.resolveEntity(StylesheetHandler handler, String publicId, String systemId)
Resolve an external entity.

Uses in package org.apache.xalan.xsltc.trax

Methods with parameter type org.xml.sax.InputSource

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

Methods with return type org.xml.sax.InputSource

InputSource
Util.getInputSource(XSLTC xsltc, Source source)
Creates a SAX2 InputSource object from a TrAX Source object
InputSource
TemplatesHandlerImpl.loadSource(String href, String context, XSLTC xsltc)
This method implements XSLTC's SourceLoader interface.
InputSource
TransformerFactoryImpl.loadSource(String href, String context, XSLTC xsltc)
This method implements XSLTC's SourceLoader interface.

Uses in package org.apache.xalan.xsltc.compiler

Methods with parameter type org.xml.sax.InputSource

byte[][]
XSLTC.compile(String name, InputSource input)
Compiles a stylesheet pointed to by a URL.
byte[][]
XSLTC.compile(String name, InputSource input, int outputType)
Compiles a stylesheet pointed to by a URL.
boolean
XSLTC.compile(InputSource input, String name)
Compiles an XSL stylesheet passed in through an InputStream
SyntaxTreeNode
Parses a stylesheet and builds the internal abstract syntax tree
SyntaxTreeNode
Parses a stylesheet and builds the internal abstract syntax tree

Methods with return type org.xml.sax.InputSource

InputSource
SourceLoader.loadSource(String href, String context, XSLTC xsltc)
This interface is used to plug external document loaders into XSLTC (used with the and elements.

Uses in package org.apache.xml.dtm.ref.sax2dtm

Methods with return type org.xml.sax.InputSource

InputSource
SAX2DTM.resolveEntity(String publicId, String systemId)
Resolve an external entity.

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
DefaultHandler.resolveEntity(String publicId, String systemId)
Resolve an external entity.
InputSource
XMLFilterImpl.resolveEntity(String publicId, String systemId)
Filter an external entity resolution.

Uses in package javax.xml.transform.sax

Methods with parameter type org.xml.sax.InputSource

void
Set the SAX InputSource to be used for the Source.

Methods with return type org.xml.sax.InputSource

InputSource
Get the SAX InputSource to be used for the Source.
InputSource
Attempt to obtain a SAX InputSource object from a TrAX Source object.

Constructors with parameter type org.xml.sax.InputSource

Create a SAXSource, using a SAX InputSource.
SAXSource.SAXSource(XMLReader reader, InputSource inputSource)
Create a SAXSource, using an XMLReader and a SAX InputSource.

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
EntityResolver.resolveEntity(String publicId, String systemId)
Allow the application to resolve external entities.
InputSource
HandlerBase.resolveEntity(String publicId, String systemId)
Resolve an external entity.

Uses in package org.apache.xml.dtm.ref

Methods with parameter type org.xml.sax.InputSource

Object
CoroutineParser.doParse(InputSource source, int appCoroutine)
doParse() is a simple API which tells the coroutine parser to begin reading from a file.
void
Launch an XMLReader's parsing operation, feeding events to this IncrementalSAXSource.
void
Launch a thread that will run an XMLReader's parse() operation within a thread, feeding events to this IncrementalSAXSource_Filter.
void
startParse() is a simple API which tells the IncrementalSAXSource to begin reading a document.

Uses in package org.apache.xalan.transformer

Methods with parameter type org.xml.sax.InputSource

void
Parse a document.

Methods with return type org.xml.sax.InputSource

InputSource
TransformerHandlerImpl.resolveEntity(String publicId, String systemId)
Filter an external entity resolution.

Uses in package org.apache.xml.utils

Methods with parameter type org.xml.sax.InputSource

void
Parse an XML document.

Copyright B) 2004 Apache XML Project. All Rights Reserved.