Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.css.engine
Interface Rule  view Rule download Rule.java

All Known Implementing Classes:
FontFaceRule, MediaRule, StyleRule

public interface Rule

This interface represents a CSS rule.

Version:
$Id: Rule.java,v 1.4 2004/08/18 07:12:48 vhardy Exp $

Method Summary
 short getType()
          Returns a constant identifying the rule type.
 java.lang.String toString(CSSEngine eng)
          Returns a printable representation of this rule.
 

Method Detail

getType

public short getType()
Returns a constant identifying the rule type.


toString

public java.lang.String toString(CSSEngine eng)
Returns a printable representation of this rule.