org.apache.batik.css.engine
Interface Rule

All Known Implementing Classes:
FontFaceRule, ImportRule, MediaRule, StyleRule

public interface Rule

This interface represents a CSS rule.

Version:
$Id: Rule.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Stephane Hillion

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

Method Detail

getType

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


toString

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



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.