org.skyscreamer.yoga.selector
Class SelectorParser

java.lang.Object
  extended by org.skyscreamer.yoga.selector.SelectorParser

public class SelectorParser
extends Object


Field Summary
static String HREF
           
 
Constructor Summary
SelectorParser()
           
 
Method Summary
static DefinedSelectorImpl parse(String selectorExpression)
           
static Selector parseSelector(String selectorStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HREF

public static final String HREF
See Also:
Constant Field Values
Constructor Detail

SelectorParser

public SelectorParser()
Method Detail

parseSelector

public static Selector parseSelector(String selectorStr)

parse

public static DefinedSelectorImpl parse(String selectorExpression)
                                 throws ParseSelectorException
Throws:
ParseSelectorException


Copyright © 2011. All Rights Reserved.