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

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

public class Block
extends Object

An abstraction for a block of CSS rules

Author:
David Green

Method Summary
 List<CssRule> getRules()
           
 Selector getSelector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSelector

public Selector getSelector()

getRules

public List<CssRule> getRules()


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