| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| 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.xml.sax | Provides the classes and interfaces for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. | 
| org.xml.sax.helpers | Provides helper classes for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. | 
| Uses of InputSource in javax.xml.parsers | 
| Methods in javax.xml.parsers with parameters of type InputSource | |
 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. | 
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. | 
| 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(XMLReader reader,
          InputSource inputSource)
Create a SAXSource, using an XMLReader
 and a SAX InputSource. | 
|
SAXSource(InputSource inputSource)
Create a SAXSource, using a SAX InputSource. | 
|
| Uses of InputSource in org.xml.sax | 
| Methods in org.xml.sax that return InputSource | |
 InputSource | 
HandlerBase.resolveEntity(String publicId,
              String systemId)
Deprecated. Resolve an external entity.  | 
 InputSource | 
EntityResolver.resolveEntity(String publicId,
              String systemId)
Allow the application to resolve external entities.  | 
| Methods in org.xml.sax with parameters of type InputSource | |
 void | 
Parser.parse(InputSource source)
Deprecated. Parse an XML document.  | 
 void | 
XMLReader.parse(InputSource input)
Parse an XML document.  | 
| Uses of InputSource in org.xml.sax.helpers | 
| Methods in org.xml.sax.helpers that return InputSource | |
 InputSource | 
XMLFilterImpl.resolveEntity(String publicId,
              String systemId)
Filter an external entity resolution.  | 
 InputSource | 
DefaultHandler.resolveEntity(String publicId,
              String systemId)
Resolve an external entity.  | 
| Methods in org.xml.sax.helpers with parameters of type InputSource | |
 void | 
XMLReaderAdapter.parse(InputSource input)
Parse the document.  | 
 void | 
XMLFilterImpl.parse(InputSource input)
Parse a document.  | 
 void | 
ParserAdapter.parse(InputSource input)
Parse an XML document.  | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.