cz.softeu.rewriter.rules
Class RegexFactory

java.lang.Object
  extended by cz.softeu.rewriter.RuleFactoryAdapter
      extended by cz.softeu.rewriter.rules.RegexFactory
All Implemented Interfaces:
RuleFactory

public class RegexFactory
extends RuleFactoryAdapter

Author:
Petr Ferschmann

Constructor Summary
RegexFactory()
           
 
Method Summary
 Rule read(nu.xom.Element el)
          Read rule from XML Node
 
Methods inherited from class cz.softeu.rewriter.RuleFactoryAdapter
getRedirectType, getTagValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexFactory

public RegexFactory()
Method Detail

read

public Rule read(nu.xom.Element el)
Description copied from interface: RuleFactory
Read rule from XML Node

Parameters:
el - XML Node for tag
Returns:
read Rule


Copyright © 2007 SoftEU s.r.o.. All Rights Reserved.