Package com.uic.ase.proj.xbn.config

Examples of com.uic.ase.proj.xbn.config.CRCVUnescape


    <P>Create a CRCVariable.</P>

    <P>Equal to <CODE><A HREF="~JD~crcv(crcvt,crcvu)~EJD~">CRCVariable</A>(crcv_trim, (new <A HREF="~JD~crcvu#crcvu()~EJD~">CRCVUnescape</A>()))</CODE></P>
   **/
  public CRCVariable(CRCVTrim crcv_trim)  {
    this(crcv_trim, (new CRCVUnescape()));
  }
View Full Code Here


    <P>Create a CRCVariable.</P>

    <P>Equal to <CODE><A HREF="~JD~crcv(crcvt,crcvu,s)~EJD~">CRCVariable</A>(crcv_trim, (new <A HREF="~JD~crcvu#crcvu()~EJD~">CRCVUnescape</A>()), s_nullValue)</CODE></P>
   **/
  public CRCVariable(CRCVTrim crcv_trim, String s_nullValue)  {
    this(crcv_trim, (new CRCVUnescape()), s_nullValue);
  }
View Full Code Here

    <P>Create a CRCVariable.</P>

    <P>Equal to <CODE><A HREF="~JD~crcv(crcvt,crcvu,b)~EJD~">CRCVariable</A>(crcv_trim, (new <A HREF="~JD~crcvu#crcvu()~EJD~">CRCVUnescape</A>()), b_1stLineWSIsEmptyString)</CODE></P>
   **/
  public CRCVariable(CRCVTrim crcv_trim, boolean b_1stLineWSIsEmptyString)  {
    this(crcv_trim, (new CRCVUnescape()), b_1stLineWSIsEmptyString);
  }
View Full Code Here

    <P>Create a CRCVariable.</P>

    <P>Equal to <CODE><A HREF="~JD~crcv(crcvt,crcvu,s,b)~EJD~">CRCVariable</A>(crcv_trim, (new <A HREF="~JD~crcvu#crcvu()~EJD~">CRCVUnescape</A>()), "__NULL__", b_1stLineWSIsEmptyString)</CODE></P>
   **/
  public CRCVariable(CRCVTrim crcv_trim, String s_nullValue, boolean b_1stLineWSIsEmptyString)  {
    this(crcv_trim, (new CRCVUnescape()), s_nullValue, b_1stLineWSIsEmptyString);
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.config.CRCVUnescape

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.