Uses of Interface
org.apache.abdera.ext.features.Selector

Packages that use Selector
org.apache.abdera.ext.features   
 

Uses of Selector in org.apache.abdera.ext.features
 

Classes in org.apache.abdera.ext.features that implement Selector
 class AbstractSelector
           
 class AcceptSelector
           
 class FeatureSelector
           
 class XPathSelector
          Selects a collection based on a boolean XPath expression
 

Methods in org.apache.abdera.ext.features that return Selector
 Selector AbstractSelector.clone()
           
 Selector Selector.clone()
           
protected  Selector AbstractSelector.copy()
           
protected  Selector FeatureSelector.copy()
           
 

Methods in org.apache.abdera.ext.features with parameters of type Selector
static Collection[] FeaturesHelper.select(Service service, Selector... selectors)
          Select a Collection from the service document
static Collection[] FeaturesHelper.select(Service service, Selector selector)
          Select a Collection from the service document
static Collection[] FeaturesHelper.select(Workspace workspace, Selector... selectors)
          Select a Collection from the Workspace
static Collection[] FeaturesHelper.select(Workspace workspace, Selector selector)
          Select a Collection from the Workspace
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.