public class GeneratorTemplatesFilterIn extends DefaultFilter
DefaultFilter.State| Modifier and Type | Field and Description |
|---|---|
protected String |
beginParenthese |
protected String |
closingWriterChar |
protected String |
concacChar |
protected String |
endCar |
protected String |
endParenthese |
protected String |
openingWriterChar |
protected String |
stringDelim |
cachedContent, NOT_FOUND, reader, stateEMPTY_STRING| Constructor and Description |
|---|
GeneratorTemplatesFilterIn(GeneratorTemplatesFilter parent) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
convertEndComment(String ch)
Converti les fin de commentaire *) en fin normal de commentraire
|
String |
getBeginParenthese() |
String |
getClosingWriterChar() |
String |
getConcacChar() |
String |
getEndCar() |
String |
getEndParenthese() |
protected String |
getFooter() |
protected String |
getHeader() |
String |
getOpeningWriterChar() |
GeneratorTemplatesFilter |
getParent() |
String |
getStringDelim() |
protected String |
performInFilter(String ch)
méthode appelée lorsqu'on a la chaîne entière entre le header et le
footer.
|
protected String |
performOutFilter(String ch)
methode appele lorsqu'on a la chaine entiere a l'exterieur du
header/footer
|
void |
setBeginParenthese(String beginParenthese) |
void |
setClosingWriterChar(String closingWriterChar) |
void |
setConcacChar(String concacChar) |
void |
setEndCar(String endCar) |
void |
setEndParenthese(String endParenthese) |
void |
setOpeningWriterChar(String openingWriterChar) |
void |
setParent(GeneratorTemplatesFilter parent) |
void |
setStringDelim(String stringDelim) |
changeState, flush, getLineNumber, getMatchIndexFor, getMatchLengthFor, hasCachedData, parse, performHeaderFooterFilter, setReaderprotected String beginParenthese
protected String endParenthese
protected String closingWriterChar
protected String openingWriterChar
protected String endCar
protected String stringDelim
protected String concacChar
public GeneratorTemplatesFilterIn(GeneratorTemplatesFilter parent)
public String getConcacChar()
public void setConcacChar(String concacChar)
public String getStringDelim()
public void setStringDelim(String stringDelim)
public String getEndCar()
public void setEndCar(String endCar)
public String getEndParenthese()
public void setEndParenthese(String endParenthese)
public String getBeginParenthese()
public void setBeginParenthese(String beginParenthese)
public GeneratorTemplatesFilter getParent()
public void setParent(GeneratorTemplatesFilter parent)
public String getClosingWriterChar()
public void setClosingWriterChar(String closingWriterChar)
public String getOpeningWriterChar()
public void setOpeningWriterChar(String openingWriterChar)
protected String performInFilter(String ch)
performInFilter in class DefaultFilterch - la chaîne trouvéprotected String convertEndComment(String ch)
ch - la chaine a convertirprotected String performOutFilter(String ch)
performOutFilter in class DefaultFilterch - la chaine trouveprotected String getHeader()
getHeader in class DefaultFilterprotected String getFooter()
getFooter in class DefaultFilterCopyright © 2002–2015 CodeLutin. All rights reserved.