Package com.uic.ase.proj.xbn.template

Examples of com.uic.ase.proj.xbn.template.TemplateData


      }

      sString = null;

      aoslc.lock();
      tData = new TemplateData(getName(),
        aoslc.getAOSLookup(),
        new APString(acsSurroundingText.getAOString()),
        tlao.sTagStart, tlao.sTagEnd);

      sName = null;
View Full Code Here


    /**
      <P>Get a full (deep) copy of this TemplateData as an Object.</P>
     **/
    protected Object clone() throws CloneNotSupportedException  {
      return new TemplateData(sName, aosl, apsSurrText, sTagStart, sTagEnd, false);
    }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.template.TemplateData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.