com.simonstl.ents
Class XHTMLRules

java.lang.Object
  |
  +--com.simonstl.ents.EntRules
        |
        +--com.simonstl.ents.XHTMLRules

public class XHTMLRules
extends EntRules

Generated code created by the com.simonstl.ents.EntRulesGen class.


Field Summary
protected  EntRule rule
           
protected  java.util.HashMap rulesByEnt
           
protected  java.util.HashMap rulesByRef
           
 
Constructor Summary
XHTMLRules()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.simonstl.ents.EntRules
addRule, print, resultEntRule, resultRefRule, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rulesByEnt

protected java.util.HashMap rulesByEnt

rulesByRef

protected java.util.HashMap rulesByRef

rule

protected EntRule rule
Constructor Detail

XHTMLRules

public XHTMLRules()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception