Package org.w3c.css.sac.helpers
Class ParserFactory
java.lang.Object
org.w3c.css.sac.helpers.ParserFactory
public class ParserFactory
extends java.lang.Object
- Version:
- $Revision: 477010 $
- Author:
- Philippe Le Hegaret
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate 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 Details
-
ParserFactory
public ParserFactory()
-
-
Method Details
-
makeParser
public Parser makeParser() throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException, java.lang.NullPointerException, java.lang.ClassCastExceptionCreate 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
-