xbn.template.util
Class GetTOG3FString

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.template.util.GetTemplateFrom
              |
              +--xbn.template.util.GetTOGFrom
                    |
                    +--xbn.template.util.GetTOG3From
                          |
                          +--xbn.template.util.GetTOG3FString

public class GetTOG3FString
extends GetTOG3From

A GetTOG3From where the source text comes from a string.

Source code:  GetTOG3FString.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
GetTOG3FString(String s_srcTxt, OGCThree ogc_three)
          Create a GetTOG3FString.
GetTOG3FString(String s_srcTxt, OGCThree ogc_three, GapConfig gap_config)
          Create a GetTOG3FString.
GetTOG3FString(String s_srcTxt, OGCThree ogc_three, Outputter optr_dbg)
          Create a GetTOG3FString.
GetTOG3FString(String s_templateName, String s_srcTxt, OGCThree ogc_three)
          Create a GetTOG3FString.
GetTOG3FString(String s_templateName, String s_srcTxt, OGCThree ogc_three, GapConfig gap_config)
          Create a GetTOG3FString.
GetTOG3FString(String s_templateName, String s_srcTxt, OGCThree ogc_three, GapConfig gap_config, Outputter optr_dbg)
          Create a GetTOG3FString.
GetTOG3FString(String s_templateName, String s_srcTxt, OGCThree ogc_three, Outputter optr_dbg)
          Create a GetTOG3FString.
GetTOG3FString(String s_srcTxt, String s_gap1, String s_gap2, String s_gap3)
          Create a GetTOG3FString.
GetTOG3FString(String s_srcTxt, String s_gap1, String s_gap2, String s_gap3, GapConfig gap_config)
          Create a GetTOG3FString.
GetTOG3FString(String s_srcTxt, String s_gap1, String s_gap2, String s_gap3, Outputter optr_dbg)
          Create a GetTOG3FString.
GetTOG3FString(String s_templateName, String s_srcTxt, String s_gap1, String s_gap2, String s_gap3)
          Create a GetTOG3FString.
GetTOG3FString(String s_templateName, String s_srcTxt, String s_gap1, String s_gap2, String s_gap3, GapConfig gap_config)
          Create a GetTOG3FString.
GetTOG3FString(String s_templateName, String s_srcTxt, String s_gap1, String s_gap2, String s_gap3, GapConfig gap_config, Outputter optr_dbg)
          Create a GetTOG3FString.
GetTOG3FString(String s_templateName, String s_srcTxt, String s_gap1, String s_gap2, String s_gap3, Outputter optr_dbg)
          Create a GetTOG3FString.
 
Methods inherited from class xbn.template.util.GetTOG3From
createTemplate, getTOGThree
 
Methods inherited from class xbn.template.util.GetTOGFrom
getTemplateOrderedGaps
 
Methods inherited from class xbn.template.util.GetTemplateFrom
getTemplate
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTOG3FString

public GetTOG3FString(String s_srcTxt,
                      String s_gap1,
                      String s_gap2,
                      String s_gap3)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)))


GetTOG3FString

public GetTOG3FString(String s_templateName,
                      String s_srcTxt,
                      String s_gap1,
                      String s_gap2,
                      String s_gap3)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_templateName, s_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)))


GetTOG3FString

public GetTOG3FString(String s_srcTxt,
                      String s_gap1,
                      String s_gap2,
                      String s_gap3,
                      GapConfig gap_config)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)), gap_config)


GetTOG3FString

public GetTOG3FString(String s_srcTxt,
                      String s_gap1,
                      String s_gap2,
                      String s_gap3,
                      Outputter optr_dbg)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)), optr_dbg)


GetTOG3FString

public GetTOG3FString(String s_templateName,
                      String s_srcTxt,
                      String s_gap1,
                      String s_gap2,
                      String s_gap3,
                      GapConfig gap_config)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_templateName, s_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)), gap_config)


GetTOG3FString

public GetTOG3FString(String s_templateName,
                      String s_srcTxt,
                      String s_gap1,
                      String s_gap2,
                      String s_gap3,
                      Outputter optr_dbg)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_templateName, s_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)), optr_dbg)


GetTOG3FString

public GetTOG3FString(String s_templateName,
                      String s_srcTxt,
                      String s_gap1,
                      String s_gap2,
                      String s_gap3,
                      GapConfig gap_config,
                      Outputter optr_dbg)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_templateName, s_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)), gap_config, optr_dbg)


GetTOG3FString

public GetTOG3FString(String s_srcTxt,
                      OGCThree ogc_three)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_srcTxt, ogc_three)


GetTOG3FString

public GetTOG3FString(String s_templateName,
                      String s_srcTxt,
                      OGCThree ogc_three)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_templateName, s_srcTxt, ogc_three)


GetTOG3FString

public GetTOG3FString(String s_srcTxt,
                      OGCThree ogc_three,
                      GapConfig gap_config)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_srcTxt, ogc_three, gap_config)


GetTOG3FString

public GetTOG3FString(String s_srcTxt,
                      OGCThree ogc_three,
                      Outputter optr_dbg)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_srcTxt, ogc_three, optr_dbg)


GetTOG3FString

public GetTOG3FString(String s_templateName,
                      String s_srcTxt,
                      OGCThree ogc_three,
                      GapConfig gap_config)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_templateName, s_srcTxt, ogc_three, gap_config)


GetTOG3FString

public GetTOG3FString(String s_templateName,
                      String s_srcTxt,
                      OGCThree ogc_three,
                      Outputter optr_dbg)

Create a GetTOG3FString.

Equal to GetTOG3FString(s_templateName, s_srcTxt, ogc_three, optr_dbg)


GetTOG3FString

public GetTOG3FString(String s_templateName,
                      String s_srcTxt,
                      OGCThree ogc_three,
                      GapConfig gap_config,
                      Outputter optr_dbg)

Create a GetTOG3FString.

Equal to GetTOG3From(s_templateName, s_srcTxt, ogc_three, gap_config, optr_dbg)




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo