Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

TextualDataImpl.java

Go to the documentation of this file.
00001 
00065 package com.arcle.rmt.j2se.model.domimpl.rqml;
00066 
00067 import com.arcle.rmt.j2se.model.domimpl.RQMLSecondClassFactory;
00068 import org.w3c.dom.Element;
00069 import com.arcle.rmt.rqml.*;
00070 
00076 public class TextualDataImpl extends StringOrTermsImpl
00077     implements TextualData {
00078 
00085     public TextualDataImpl(Element elem, RQMLSecondClassFactory fac) {
00086         super(elem, fac);
00087     }
00088 
00089 }
00090     

Generated on Fri Jun 18 19:51:26 2004 for Arcle Rambutan by doxygen 1.3.5