|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xbn.XBNObject | +--xbn.template.util.GetTemplateFrom | +--xbn.template.util.GetTFString
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 |
public GetTFString(String s_srcTxt)
Create a Template from source text.
Equal to GetTFString(null, s_srcTxt)
public GetTFString(String s_templateName, String s_srcTxt)
Create a Template from source text.
Equal to GetTFString(s_templateName, s_srcTxt, (new GapConfig()))
public GetTFString(String s_srcTxt, GapConfig gap_config)
Create a Template from source text.
Equal to GetTFString(null, s_srcTxt, gap_config)
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()))
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)
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)
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava