edu.northwestern.at.wordhoard.tools.cm
Class RendAttributeRule

java.lang.Object
  extended by edu.northwestern.at.wordhoard.tools.cm.RendAttributeRule

public class RendAttributeRule
extends java.lang.Object

A rend attribute rule.


Constructor Summary
RendAttributeRule(org.w3c.dom.Element el)
          Creates a new rend attribute rule.
 
Method Summary
 Style applyRule(org.w3c.dom.Element el)
          Applies the rule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RendAttributeRule

public RendAttributeRule(org.w3c.dom.Element el)
Creates a new rend attribute rule.

Parameters:
el - RendAttributeRule element.
Method Detail

applyRule

public Style applyRule(org.w3c.dom.Element el)
Applies the rule.

Parameters:
el - Element.
Returns:
Style, or null if none.