public class ParserComplexElement extends Object
Constructor and Description |
---|
ParserComplexElement(String strTagName,
String strOpenSubstWithParam,
String strCloseSubstWithParam,
String strOpenSubstWithoutParam,
String strCloseSubstWithoutParam,
String strInternalSubst,
boolean bProcessInternalTags,
boolean bAcceptParam,
boolean bRequiresQuotedParam) |
Modifier and Type | Method and Description |
---|---|
String |
getCloseSubstWithoutParam() |
String |
getCloseSubstWithParam() |
String |
getInternalSubst() |
String |
getOpenSubstWithoutParam() |
String |
getOpenSubstWithParam()
OpenSubstWithParam(
|
String |
getTagName() |
boolean |
isAcceptParam() |
boolean |
isProcessInternalTags() |
boolean |
isRequiresQuotedParam() |
void |
setAcceptParam(boolean bAcceptParam) |
void |
setCloseSubstWithoutParam(String strCloseSubstWithoutParam) |
void |
setCloseSubstWithParam(String strCloseSubstWithParam) |
void |
setInternalSubst(String strInternalSubst) |
void |
setOpenSubstWithoutParam(String strOpenSubstWithoutParam) |
void |
setOpenSubstWithParam(String strOpenSubstWithParam) |
void |
setProcessInternalTags(boolean bProcessInternalTags) |
void |
setRequiresQuotedParam(boolean bRequiresQuotedParam) |
void |
setTagName(String strTagName)
set tag name
|
public ParserComplexElement(String strTagName, String strOpenSubstWithParam, String strCloseSubstWithParam, String strOpenSubstWithoutParam, String strCloseSubstWithoutParam, String strInternalSubst, boolean bProcessInternalTags, boolean bAcceptParam, boolean bRequiresQuotedParam)
strTagName
- strTagNamestrOpenSubstWithParam
- strOpenSubstWithParamstrCloseSubstWithParam
- strCloseSubstWithParamstrOpenSubstWithoutParam
- strOpenSubstWithoutParamstrCloseSubstWithoutParam
- strCloseSubstWithoutParamstrInternalSubst
- strInternalSubstbProcessInternalTags
- bProcessInternalTagsbAcceptParam
- bAcceptParambRequiresQuotedParam
- bRequiresQuotedParampublic String getTagName()
public void setTagName(String strTagName)
strTagName
- strTagNamepublic String getOpenSubstWithParam()
public void setOpenSubstWithParam(String strOpenSubstWithParam)
strOpenSubstWithParam
- strOpenSubstWithParampublic String getCloseSubstWithParam()
public void setCloseSubstWithParam(String strCloseSubstWithParam)
strCloseSubstWithParam
- trCloseSubstWithParampublic String getOpenSubstWithoutParam()
public void setOpenSubstWithoutParam(String strOpenSubstWithoutParam)
strOpenSubstWithoutParam
- strOpenSubstWithoutParampublic String getCloseSubstWithoutParam()
public void setCloseSubstWithoutParam(String strCloseSubstWithoutParam)
strCloseSubstWithoutParam
- strCloseSubstWithoutParampublic String getInternalSubst()
public void setInternalSubst(String strInternalSubst)
strInternalSubst
- strInternalSubstpublic boolean isProcessInternalTags()
public void setProcessInternalTags(boolean bProcessInternalTags)
bProcessInternalTags
- bProcessInternalTagspublic boolean isAcceptParam()
public void setAcceptParam(boolean bAcceptParam)
bAcceptParam
- bAcceptParampublic boolean isRequiresQuotedParam()
public void setRequiresQuotedParam(boolean bRequiresQuotedParam)
bRequiresQuotedParam
- bRequiresQuotedParamCopyright © 2020 City of Paris. All rights reserved.