Uses of Class
org.xml.sax.InputSource

Packages that use InputSource
javax.xml.parsers Provides classes allowing the processing of XML documents. 
org.enhydra.apache.xerces.framework   
org.enhydra.apache.xerces.jaxp   
org.enhydra.apache.xerces.readers   
org.enhydra.apache.xerces.validators.common   
org.enhydra.apache.xerces.validators.schema   
org.xml.sax   
org.xml.sax.helpers   
 

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 org.enhydra.apache.xerces.framework
 

Methods in org.enhydra.apache.xerces.framework with parameters of type InputSource
 boolean XMLParser.parseSomeSetup(InputSource source)
          Setup for application-driven parsing.
 void XMLParser.parse(InputSource source)
          Parses the specified input source.
 

Uses of InputSource in org.enhydra.apache.xerces.jaxp
 

Methods in org.enhydra.apache.xerces.jaxp with parameters of type InputSource
 Document DocumentBuilderImpl.parse(InputSource is)
           
 

Uses of InputSource in org.enhydra.apache.xerces.readers
 

Methods in org.enhydra.apache.xerces.readers that return InputSource
 InputSource XMLCatalogHandler.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolves external entities.
 InputSource XCatalog.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolves external entities.
 InputSource XCatalog.Parser.Resolver.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolves the XCatalog DTD entity.
 

Methods in org.enhydra.apache.xerces.readers with parameters of type InputSource
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, InputSource source, java.lang.String systemId, boolean xmlDecl, StringPool stringPool)
          Create an entity reader for the source.
 boolean XMLEntityHandler.startReadingFromDocument(InputSource source)
          Start reading document from an InputSource.
abstract  void XMLCatalogHandler.loadCatalog(InputSource source)
          Loads the catalog stream specified by the given input source and appends the contents to the catalog.
 void XCatalog.loadCatalog(InputSource source)
          Loads the catalog stream specified by the given input source and appends the contents to the catalog.
 XMLEntityHandler.EntityReader DefaultReaderFactory.createReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, InputSource source, java.lang.String systemId, boolean xmlDecl, StringPool stringPool)
          Create a reader
 boolean DefaultEntityHandler.startReadingFromDocument(InputSource source)
           
 

Constructors in org.enhydra.apache.xerces.readers with parameters of type InputSource
XCatalog.Parser(InputSource source)
          Parses the specified input source.
 

Uses of InputSource in org.enhydra.apache.xerces.validators.common
 

Methods in org.enhydra.apache.xerces.validators.common that return InputSource
 InputSource XMLValidator.Resolver.resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 

Uses of InputSource in org.enhydra.apache.xerces.validators.schema
 

Methods in org.enhydra.apache.xerces.validators.schema that return InputSource
 InputSource TraverseSchema.Resolver.resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 

Uses of InputSource in org.xml.sax
 

Methods in org.xml.sax that return InputSource
 InputSource HandlerBase.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Deprecated. Resolve an external entity.
 InputSource EntityResolver.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Allow the application to resolve external entities.
 

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



Copyright © 1999 The Apache Software Foundation. All Rights reserved.