xbn.template.util
Class GetTFString

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.template.util.GetTemplateFrom
              |
              +--xbn.template.util.GetTFString

public class GetTFString
extends GetTemplateFrom

A GetTemplateFrom where the source text comes from a string.

Source code:  GetTFString.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
GetTFString(String s_srcTxt)
          Create a Template from source text.
GetTFString(String s_srcTxt, GapConfig gap_config)
          Create a Template from source text.
GetTFString(String s_templateName, String s_srcTxt)
          Create a Template from source text.
GetTFString(String s_templateName, String s_srcTxt, GapConfig gap_config)
          Create a Template from source text.
GetTFString(String s_templateName, String s_srcTxt, GapConfig gap_config, Outputter optr_dbg)
          Create a Template from source text.
GetTFString(String s_templateName, String s_srcTxt, GapConfig gap_config, Outputter optr_dbg, TFilter template_filter)
          Create a Template from source text.
GetTFString(String s_templateName, String s_srcTxt, Outputter optr_dbg)
          Create a Template from source text.
 
Methods inherited from class xbn.template.util.GetTemplateFrom
createTemplate, 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

GetTFString

public GetTFString(String s_srcTxt)

Create a Template from source text.

Equal to GetTFString(null, s_srcTxt)


GetTFString

public GetTFString(String s_templateName,
                   String s_srcTxt)

Create a Template from source text.

Equal to GetTFString(s_templateName, s_srcTxt, (new GapConfig()))


GetTFString

public GetTFString(String s_srcTxt,
                   GapConfig gap_config)

Create a Template from source text.

Equal to GetTFString(null, s_srcTxt, gap_config)


GetTFString

public GetTFString(String s_templateName,
                   String s_srcTxt,
                   GapConfig gap_config)

Create a Template from source text.

Equal to GetTFString(s_templateName, s_srcTxt, gap_config, (new Outputter()))


GetTFString

public GetTFString(String s_templateName,
                   String s_srcTxt,
                   Outputter optr_dbg)

Create a Template from source text.

Equal to GetTFString(s_templateName, s_srcTxt, (new GapConfig()), optr_dbg)


GetTFString

public GetTFString(String s_templateName,
                   String s_srcTxt,
                   GapConfig gap_config,
                   Outputter optr_dbg)

Create a Template from source text.

Equal to GetTFString(s_templateName, s_srcTxt, gap_config, optr_dbg)


GetTFString

public GetTFString(String s_templateName,
                   String s_srcTxt,
                   GapConfig gap_config,
                   Outputter optr_dbg,
                   TFilter template_filter)

Create a Template from source text.

Equal to GetTemplateFrom(s_templateName, (new FLRString(s_srcTxt)), gap_config, optr_dbg, template_filter)




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