Class ParserFactory


  • public class ParserFactory
    extends java.lang.Object
    Version:
    $Revision: 1.1 $
    Author:
    Philippe Le Hegaret
    • Constructor Summary

      Constructors 
      Constructor Description
      ParserFactory()  
    • Method Summary

      Modifier and Type Method Description
      Parser makeParser()
      Create a parser with given selectors factory and conditions factory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParserFactory

        public ParserFactory()
    • Method Detail

      • makeParser

        public Parser makeParser()
                          throws java.lang.ClassNotFoundException,
                                 java.lang.IllegalAccessException,
                                 java.lang.InstantiationException,
                                 java.lang.NullPointerException,
                                 java.lang.ClassCastException
        Create a parser with given selectors factory and conditions factory.
        Throws:
        java.lang.ClassNotFoundException
        java.lang.IllegalAccessException
        java.lang.InstantiationException
        java.lang.NullPointerException
        java.lang.ClassCastException