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

NameImpl.java

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

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