Package org.skyscreamer.yoga.selector.parser

Interface Summary
AliasSelectorResolver An AliasSelectorResolver allows you to define meaningful aliases for a given selector expression.
 

Class Summary
DynamicPropertyResolver An implementation of AliasSelectorResolver that uses a Properties object accessed from a InputStream (likely a resource or file) to translate the alias.
GDataSelectorParser GData-style SelectorParser.
LinkedInSelectorParser LinkedIn style selector parser.
MapSelectorResolver An implementation of AliasSelectorResolver that uses an injected Map to translate the alias.
ParentheticalSelectorParser This abstract class provides functionality for parenthetical-style selector parsers.
SelectorParser A SelectorParser takes a string selector argument and translates it into a Selector which is used to navigate the object tree and build results.
 



Copyright © 2013. All Rights Reserved.