org.apache.abdera.ext.features
Class AbstractSelector

java.lang.Object
  extended by org.apache.abdera.ext.features.AbstractSelector
All Implemented Interfaces:
Serializable, Cloneable, Selector
Direct Known Subclasses:
AcceptSelector, FeatureSelector, XPathSelector

public abstract class AbstractSelector
extends Object
implements Selector

See Also:
Serialized Form

Constructor Summary
AbstractSelector()
           
 
Method Summary
 Selector clone()
           
protected  Selector copy()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.abdera.ext.features.Selector
select
 

Constructor Detail

AbstractSelector

public AbstractSelector()
Method Detail

clone

public Selector clone()
Specified by:
clone in interface Selector
Overrides:
clone in class Object

copy

protected Selector copy()


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