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

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

public class AuthorRules
extends java.lang.Object

Author rules.


Constructor Summary
AuthorRules(org.w3c.dom.Element el)
          Creates a new author rules.
 
Method Summary
 java.util.List applyRules(org.w3c.dom.Document document)
          Applies the rules.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorRules

public AuthorRules(org.w3c.dom.Element el)
Creates a new author rules.

Parameters:
el - AuthorRules element.
Method Detail

applyRules

public java.util.List applyRules(org.w3c.dom.Document document)
Applies the rules.

Parameters:
document - XML document.
Returns:
List of Author objects.