Uses of Interface
org.w3c.css.sac.Parser

Packages that use Parser
org.apache.batik.css.parser Provides a CSS parser conform to the SAC API. 
org.w3c.css.sac.helpers   
 

Uses of Parser in org.apache.batik.css.parser
 

Subinterfaces of Parser in org.apache.batik.css.parser
 interface ExtendedParser
          This class implements the Parser interface plus a set of custom methods.
 

Classes in org.apache.batik.css.parser that implement Parser
 class ExtendedParserWrapper
          This class implements the ExtendedParser interface by wrapping a standard Parser.
 class Parser
          This class implements the Parser interface.
 

Fields in org.apache.batik.css.parser declared as Parser
 Parser ExtendedParserWrapper.parser
           
 

Methods in org.apache.batik.css.parser with parameters of type Parser
static ExtendedParser ExtendedParserWrapper.wrap(Parser p)
          This converts a standard @link org.w3c.css.sac.Parser into an Extended Parser.
 

Constructors in org.apache.batik.css.parser with parameters of type Parser
ExtendedParserWrapper(Parser parser)
           
 

Uses of Parser in org.w3c.css.sac.helpers
 

Methods in org.w3c.css.sac.helpers that return Parser
 Parser ParserFactory.makeParser()
          Create a parser with given selectors factory and conditions factory.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.