com.jxml.regexp
Class REContainer

java.lang.Object
  |
  +--com.jxml.regexp.REContainer

public class REContainer
extends Object


Field Summary
 String name
           
 RE re
           
 
Constructor Summary
REContainer()
           
 
Method Summary
 RE getRE()
           
 void setRE(RE re)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

re

public RE re
Constructor Detail

REContainer

public REContainer()
Method Detail

getRE

public RE getRE()
         throws RESyntaxException

setRE

public void setRE(RE re)