Uses of Interface
org.eclipse.mylyn.internal.wikitext.core.util.css.ElementInfo

Packages that use ElementInfo
org.eclipse.mylyn.internal.wikitext.core.util.css   
 

Uses of ElementInfo in org.eclipse.mylyn.internal.wikitext.core.util.css
 

Methods in org.eclipse.mylyn.internal.wikitext.core.util.css that return ElementInfo
 ElementInfo ElementInfo.getParent()
          get the parent of this element
 

Methods in org.eclipse.mylyn.internal.wikitext.core.util.css with parameters of type ElementInfo
 void Stylesheet.applyTo(ElementInfo context, Stylesheet.Receiver receiver)
           
abstract  boolean Selector.select(ElementInfo info)
           
 boolean NameSelector.select(ElementInfo info)
           
 boolean CssClassSelector.select(ElementInfo info)
           
 boolean DescendantSelector.select(ElementInfo info)
           
 boolean AnySelector.select(ElementInfo info)
           
 boolean CompositeSelector.select(ElementInfo info)
           
 boolean IdSelector.select(ElementInfo info)
           
 



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