|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputSource | |
| javax.xml.parsers | Provides classes allowing the processing of XML documents. |
| javax.xml.transform.sax | This package implements SAX2-specific transformation APIs. |
| org.apache.xalan.processor | Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). |
| org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
| org.apache.xalan.xsltc.compiler | |
| org.apache.xalan.xsltc.trax | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.utils | Implementation of Xalan utility classes. |
| org.xml.sax | This package provides the core SAX APIs. |
| org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
| Uses of InputSource in javax.xml.parsers |
| Methods in javax.xml.parsers with parameters of type InputSource | |
abstract Document |
DocumentBuilder.parse(InputSource is)
Parse the content of the given input source as an XML document and return a new DOM Document object. |
void |
SAXParser.parse(InputSource is,
HandlerBase hb)
Parse the content given InputSource
as XML using the specified
HandlerBase. |
void |
SAXParser.parse(InputSource is,
DefaultHandler dh)
Parse the content given InputSource
as XML using the specified
DefaultHandler. |
| Uses of InputSource in javax.xml.transform.sax |
| Methods in javax.xml.transform.sax that return InputSource | |
InputSource |
SAXSource.getInputSource()
Get the SAX InputSource to be used for the Source. |
static InputSource |
SAXSource.sourceToInputSource(Source source)
Attempt to obtain a SAX InputSource object from a TrAX Source object. |
| Methods in javax.xml.transform.sax with parameters of type InputSource | |
void |
SAXSource.setInputSource(InputSource inputSource)
Set the SAX InputSource to be used for the Source. |
| Constructors in javax.xml.transform.sax with parameters of type InputSource | |
SAXSource.SAXSource(XMLReader reader,
InputSource inputSource)
Create a SAXSource, using an XMLReader
and a SAX InputSource. |
|
SAXSource.SAXSource(InputSource inputSource)
Create a SAXSource, using a SAX InputSource. |
|
| Uses of InputSource in org.apache.xalan.processor |
| Methods in org.apache.xalan.processor that return InputSource | |
InputSource |
XSLTElementProcessor.resolveEntity(StylesheetHandler handler,
java.lang.String publicId,
java.lang.String systemId)
Resolve an external entity. |
InputSource |
StylesheetHandler.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Resolve an external entity. |
| Uses of InputSource in org.apache.xalan.transformer |
| Methods in org.apache.xalan.transformer that return InputSource | |
InputSource |
TransformerHandlerImpl.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Filter an external entity resolution. |
| Methods in org.apache.xalan.transformer with parameters of type InputSource | |
void |
TrAXFilter.parse(InputSource input)
Parse a document. |
| Uses of InputSource in org.apache.xalan.xsltc.compiler |
| Methods in org.apache.xalan.xsltc.compiler that return InputSource | |
InputSource |
SourceLoader.loadSource(java.lang.String href,
java.lang.String context,
XSLTC xsltc)
This interface is used to plug external document loaders into XSLTC (used with the |
| Methods in org.apache.xalan.xsltc.compiler with parameters of type InputSource | |
SyntaxTreeNode |
Parser.parse(XMLReader reader,
InputSource input)
Parses a stylesheet and builds the internal abstract syntax tree |
SyntaxTreeNode |
Parser.parse(InputSource input)
Parses a stylesheet and builds the internal abstract syntax tree |
boolean |
XSLTC.compile(InputSource input,
java.lang.String name)
Compiles an XSL stylesheet passed in through an InputStream |
byte[][] |
XSLTC.compile(java.lang.String name,
InputSource input,
int outputType)
Compiles a stylesheet pointed to by a URL. |
byte[][] |
XSLTC.compile(java.lang.String name,
InputSource input)
Compiles a stylesheet pointed to by a URL. |
| Uses of InputSource in org.apache.xalan.xsltc.trax |
| Methods in org.apache.xalan.xsltc.trax that return InputSource | |
static InputSource |
Util.getInputSource(XSLTC xsltc,
Source source)
Creates a SAX2 InputSource object from a TrAX Source object |
InputSource |
TransformerFactoryImpl.loadSource(java.lang.String href,
java.lang.String context,
XSLTC xsltc)
This method implements XSLTC's SourceLoader interface. |
InputSource |
TemplatesHandlerImpl.loadSource(java.lang.String href,
java.lang.String context,
XSLTC xsltc)
This method implements XSLTC's SourceLoader interface. |
| Methods in org.apache.xalan.xsltc.trax with parameters of type InputSource | |
void |
DOM2SAX.parse(InputSource unused)
|
void |
TrAXFilter.parse(InputSource input)
|
void |
DOM2TO.parse(InputSource unused)
|
| Uses of InputSource in org.apache.xml.dtm.ref |
| Methods in org.apache.xml.dtm.ref with parameters of type InputSource | |
void |
IncrementalSAXSource.startParse(InputSource source)
Launch an XMLReader's parsing operation, feeding events to this IncrementalSAXSource. |
void |
IncrementalSAXSource_Filter.startParse(InputSource source)
Launch a thread that will run an XMLReader's parse() operation within a thread, feeding events to this IncrementalSAXSource_Filter. |
void |
IncrementalSAXSource_Xerces.startParse(InputSource source)
startParse() is a simple API which tells the IncrementalSAXSource to begin reading a document. |
java.lang.Object |
CoroutineParser.doParse(InputSource source,
int appCoroutine)
Deprecated. doParse() is a simple API which tells the coroutine parser to begin reading from a file. |
| Uses of InputSource in org.apache.xml.dtm.ref.sax2dtm |
| Methods in org.apache.xml.dtm.ref.sax2dtm that return InputSource | |
InputSource |
SAX2DTM.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Resolve an external entity. |
| Uses of InputSource in org.apache.xml.utils |
| Methods in org.apache.xml.utils with parameters of type InputSource | |
void |
DOM2Helper.parse(InputSource source)
Deprecated. **For internal use only** Parse an XML document. |
| Uses of InputSource in org.xml.sax |
| Methods in org.xml.sax that return InputSource | |
InputSource |
EntityResolver.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Allow the application to resolve external entities. |
InputSource |
HandlerBase.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Deprecated. Resolve an external entity. |
| Methods in org.xml.sax with parameters of type InputSource | |
void |
XMLReader.parse(InputSource input)
Parse an XML document. |
void |
Parser.parse(InputSource source)
Deprecated. Parse an XML document. |
| Uses of InputSource in org.xml.sax.helpers |
| Methods in org.xml.sax.helpers that return InputSource | |
InputSource |
DefaultHandler.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Resolve an external entity. |
InputSource |
XMLFilterImpl.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Filter an external entity resolution. |
| Methods in org.xml.sax.helpers with parameters of type InputSource | |
void |
XMLFilterImpl.parse(InputSource input)
Parse a document. |
void |
ParserAdapter.parse(InputSource input)
Parse an XML document. |
void |
XMLReaderAdapter.parse(InputSource input)
Parse the document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||