Uses of Class
org.sourceprojects.xmlparser.exceptions.XmlParserInitializationException

Packages that use XmlParserInitializationException
org.sourceprojects.xmlparser Provides classes needed for XmlParser. 
 

Uses of XmlParserInitializationException in org.sourceprojects.xmlparser
 

Methods in org.sourceprojects.xmlparser that throw XmlParserInitializationException
static ResourceResolver ResourceResolverFactory.newInstance()
          Deprecated. Obtain a new instance of a ResourceResolver
Implementation used for ResourceResolver is the standard one.
static
<B> XmlParser<B>
XmlParserFactory.newInstance()
          Deprecated. Obtain a new instance of a XmlParser .
static ResourceResolver ResourceResolverFactory.newInstance(ClassLoader classLoader)
          Deprecated. Obtain a new instance of a ResourceResolver
Implementation used for ResourceResolver is the standard one.
static
<B> XmlParser<B>
XmlParserFactory.newInstance(ClassLoader classLoader)
          Deprecated. Obtain a new instance of a XmlParser .
static ResourceResolver ResourceResolverFactory.newInstance(String resolverImplementationClassname, ClassLoader classLoader)
          Deprecated. Obtain a new instance of a ResourceResolver
Implementation used for ResourceResolver must be given as parameter.
static
<B> XmlParser<B>
XmlParserFactory.newInstance(String parserImplementationClassname, String contextImplementationClassname, ClassLoader classLoader)
          Deprecated. Obtain a new instance of a XmlParser .
static
<B> XmlParser<B>
XmlParserFactory.newInstance(String parserImplementationClassname, String contextImplementationClassname, ClassLoader classLoader, boolean createResourceResolver)
          Deprecated. Obtain a new instance of a XmlParser .
<B> XmlParser<B>
XmlParserOsgiFactory.newParserInstance()
          Deprecated. Returns a new instance of the XmlParser on OSGi environments
 ResourceResolver XmlParserOsgiFactory.newResourceResolverInstance()
          Deprecated. Returns a new instance of the ResourceResolver on OSGi environments
 



Copyright © 2010. All Rights Reserved.