public class PreTagSubstitution extends WikiSubstitution
Constructor and Description |
---|
PreTagSubstitution(Util util,
boolean removepre) |
Modifier and Type | Method and Description |
---|---|
void |
appendSubstitution(StringBuffer stringBuffer,
org.apache.oro.text.regex.MatchResult matchResult,
int i,
org.apache.oro.text.regex.PatternMatcherInput minput,
org.apache.oro.text.regex.PatternMatcher patternMatcher,
org.apache.oro.text.regex.Pattern pattern) |
List<String> |
getList() |
String |
insertNonWikiText(String content) |
boolean |
isRemovePre() |
void |
setList(List<String> list) |
void |
setRemovePre(boolean remove) |
getMatcher, getPattern, getUtil, makePattern, makePattern, prepareSubstitution, setPattern, setPattern, setPattern, setUtil, substitute
public PreTagSubstitution(Util util, boolean removepre)
public void appendSubstitution(StringBuffer stringBuffer, org.apache.oro.text.regex.MatchResult matchResult, int i, org.apache.oro.text.regex.PatternMatcherInput minput, org.apache.oro.text.regex.PatternMatcher patternMatcher, org.apache.oro.text.regex.Pattern pattern)
appendSubstitution
in interface org.apache.oro.text.regex.Substitution
appendSubstitution
in class WikiSubstitution
public boolean isRemovePre()
public void setRemovePre(boolean remove)
Copyright © 2004–2014 XWiki. All rights reserved.