Uses of Class
org.xml.sax.InputSource

Packages that use InputSource
com.sun.xml.parser This package holds two fast "XML Processors" as defined in the XML 1.0 specification; these are parsers (validating and non-validating) with some supporting classes and interfaces. 
com.sun.xml.tree This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. 
org.xml.sax SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. 
 

Uses of InputSource in com.sun.xml.parser
 

Methods in com.sun.xml.parser that return InputSource
static InputSource Resolver.createInputSource(java.lang.String contentType, java.io.InputStream stream, boolean checkType, java.lang.String scheme)
          Returns an input source, using the MIME type information and URL scheme to statically determine the correct character encoding if possible and otherwise autodetecting it.
static InputSource Resolver.createInputSource(java.net.URL uri, boolean checkType)
          Creates an input source from a given URI.
static InputSource Resolver.createInputSource(java.io.File file)
          Creates an input source from a given file, autodetecting the character encoding.
 InputSource Resolver.resolveEntity(java.lang.String name, java.lang.String uri)
          SAX: Resolve the given entity into an input source.
 

Methods in com.sun.xml.parser with parameters of type InputSource
 void Parser.parse(InputSource in)
          SAX: Parse a document.
 

Uses of InputSource in com.sun.xml.tree
 

Methods in com.sun.xml.tree with parameters of type InputSource
static XmlDocument XmlDocument.createXmlDocument(InputSource in, boolean doValidate)
          Construct an XML document from the data in the specified input source, optionally validating.
 

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)
          Resolve an external entity.
 

Methods in org.xml.sax with parameters of type InputSource
 void Parser.parse(InputSource source)
          Parse an XML document.
 



Submit Feedback to xml-feedback@java.sun.com
Copyright © 1998-1999 Sun Microsystems, Inc. All Rights Reserved.

Sun Microsystems, Inc.
901 San Antonio Road
Palo Alto, California, 94303, U.S.A.