package org.apache.batik.css.engine; public interface Rule { short getType(); String toString(CSSEngine cSSEngine); }