com.google.gwt.resources.css.ast
Class CssPageRule

java.lang.Object
  extended by com.google.gwt.resources.css.ast.CssNode
      extended by com.google.gwt.resources.css.ast.CssPageRule
All Implemented Interfaces:
CssVisitable, HasProperties

public class CssPageRule
extends CssNode
implements HasProperties

A page rule in CSS.


Constructor Summary
CssPageRule()
           
 
Method Summary
 java.util.List<CssProperty> getProperties()
           
 java.lang.String getPseudoPage()
           
 void setPseudoPage(java.lang.String pseudoPage)
           
 void traverse(CssVisitor visitor, Context context)
           
 
Methods inherited from class com.google.gwt.resources.css.ast.CssNode
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CssPageRule

public CssPageRule()
Method Detail

getProperties

public java.util.List<CssProperty> getProperties()
Specified by:
getProperties in interface HasProperties

getPseudoPage

public java.lang.String getPseudoPage()

setPseudoPage

public void setPseudoPage(java.lang.String pseudoPage)

traverse

public void traverse(CssVisitor visitor,
                     Context context)
Specified by:
traverse in interface CssVisitable