Package org.w3c.css.sac.helpers
Class ParserFactory
java.lang.Object
org.w3c.css.sac.helpers.ParserFactory
- Version:
- $Revision: 1.1 $
- Author:
- Philippe Le Hegaret
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a parser with given selectors factory and conditions factory.
-
Constructor Details
-
ParserFactory
public ParserFactory()
-
-
Method Details
-
makeParser
public Parser makeParser() throws ClassNotFoundException, IllegalAccessException, InstantiationException, NullPointerException, ClassCastExceptionCreate a parser with given selectors factory and conditions factory.
-