org.eclipse.mylyn.internal.wikitext.core.util.css
Class DescendantSelector

java.lang.Object
  extended by org.eclipse.mylyn.internal.wikitext.core.util.css.Selector
      extended by org.eclipse.mylyn.internal.wikitext.core.util.css.DescendantSelector

public class DescendantSelector
extends Selector

Author:
David Green

Constructor Summary
DescendantSelector(Selector ancestorSelector)
           
 
Method Summary
 Selector getAncestorSelector()
           
 boolean select(ElementInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescendantSelector

public DescendantSelector(Selector ancestorSelector)
Method Detail

select

public boolean select(ElementInfo info)
Specified by:
select in class Selector

getAncestorSelector

public Selector getAncestorSelector()


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.