Uses of Class
com.marsching.flexiparse.parser.exception.ParserException

Packages that use ParserException
com.marsching.flexiparse.parser Parsers and handlers. 
com.marsching.flexiparse.parser.exception Exceptions thrown during the parsing process. 
com.marsching.flexiparse.xml2object.parser Parser for XML to object mapping support. 
 

Uses of ParserException in com.marsching.flexiparse.parser
 

Methods in com.marsching.flexiparse.parser that throw ParserException
 void XMLConfiguredParser.addConfigurationSource(InputSource configurationSource)
          Adds all handlers specified in the configuration file to this parser.
 void XMLConfiguredParser.addConfigurationSource(InputSource configurationSource, ClassLoader classLoader)
          Adds all handlers specified in the configuration file to this parser.
 void XMLConfiguredParser.addConfigurationSources(Collection<? extends InputSource> configurationSources)
          Adds all handlers specified in all the configuration files to this parser.
 void ParsingHandler.handleNode(HandlerContext context)
          Called for every matching node.
 ObjectTreeElement SimpleParser.parse(Document doc, Object... rootObjects)
           
 ObjectTreeElement Parser.parse(Document document, Object... rootObjects)
          Parses a DOM document.
 ObjectTreeElement SimpleParser.parse(File file, Object... rootObjects)
           
 ObjectTreeElement Parser.parse(File file, Object... rootObjects)
          Parses a DOM document.
 ObjectTreeElement SimpleParser.parse(InputSource inputSource, Object... rootObjects)
           
 ObjectTreeElement Parser.parse(InputSource inputSource, Object... rootObjects)
          Parses a XML document obtained from an input source.
 ObjectTreeElement SimpleParser.parse(InputStream inputStream, Object... rootObjects)
           
 ObjectTreeElement Parser.parse(InputStream inputStream, Object... rootObjects)
          Parses a XML document provided by a input stream.
 void XMLConfigurationReader.readConfiguration(InputSource configurationSource)
          Parses the file provided by the InputSource and configures the parser attached to this reader using the configuration data in the file.
 void XMLConfigurationReader.readConfiguration(InputSource source, ClassLoader classLoader)
          Parses the file provided by the InputSource and configures the parser attached to this reader using the configuration data in the file.
 

Constructors in com.marsching.flexiparse.parser that throw ParserException
ClasspathConfiguredParser()
          Default constructor, looks for configuration at "com/marsching/flexiparse/configuration/configuration.xml".
ClasspathConfiguredParser(String configurationLocation)
          Creates a parser instance using the specified configuration location.
OSGiAwareParser(org.osgi.framework.BundleContext bundleContext)
          Default constructor, looks for configuration at "META-INF/com/marsching/flexiparse/configuration/configuration.xml".
OSGiAwareParser(org.osgi.framework.BundleContext bundleContext, String configurationLocation)
          Creates a parser instance using the specified configuration location.
 

Uses of ParserException in com.marsching.flexiparse.parser.exception
 

Subclasses of ParserException in com.marsching.flexiparse.parser.exception
 class ParserConfigurationException
          Exception thrown if there is a problem with the configuration of a parser.
 

Uses of ParserException in com.marsching.flexiparse.xml2object.parser
 

Methods in com.marsching.flexiparse.xml2object.parser that throw ParserException
 void XML2ObjectNodeHandler.handleNode(HandlerContext context)
           
 



Copyright © 2008-2009. All Rights Reserved.