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

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

public class IdSelector
extends Selector

A selector that selects elements having an id equal to a specific value.

Author:
David Green

Constructor Summary
IdSelector(String id)
           
 
Method Summary
 String getId()
           
 boolean select(ElementInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdSelector

public IdSelector(String id)
Method Detail

select

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

getId

public String getId()


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