org.w3c.css.sac.helpers
Class ParserFactory

java.lang.Object
  extended byorg.w3c.css.sac.helpers.ParserFactory

public class ParserFactory
extends Object


Constructor Summary
ParserFactory()
           
 
Method Summary
 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 ClassNotFoundException,
                         IllegalAccessException,
                         InstantiationException,
                         NullPointerException,
                         ClassCastException
Create a parser with given selectors factory and conditions factory.

Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException
NullPointerException
ClassCastException


Copyright ? 2005 Apache Software Foundation. All Rights Reserved.