public class HtmlCleanerForAnt
extends org.apache.tools.ant.Task
Support for ANT.
Constructor and Description |
---|
HtmlCleanerForAnt() |
Modifier and Type | Method and Description |
---|---|
void |
addText(String text) |
void |
execute()
Implementation of Ant task execution.
|
void |
setAdvancedxmlescape(boolean advancedxmlescape) |
void |
setAllowhtmlinsideattributes(boolean allowhtmlinsideattributes) |
void |
setAllowmultiwordattributes(boolean allowmultiwordattributes) |
void |
setBooleanatts(String booleanatts) |
void |
setDest(String dest) |
void |
setHyphenreplacement(String hyphenreplacement) |
void |
setIgnoreqe(boolean ignoreqe) |
void |
setIncharset(String incharset) |
void |
setNamespacesaware(boolean namespacesaware) |
void |
setNodebyxpath(String nodebyxpath) |
void |
setOmitcomments(boolean omitcomments) |
void |
setOmitdeprtags(boolean omitdeprtags) |
void |
setOmitdoctypedecl(boolean omitdoctypedecl) |
void |
setOmitenvelope(boolean omitenvelope) |
void |
setOmithtmlenvelope(boolean omithtmlenvelope) |
void |
setOmitunknowntags(boolean omitunknowntags) |
void |
setOmitxmldecl(boolean omitxmldecl) |
void |
setOutcharset(String outcharset) |
void |
setOutputtype(String outputtype) |
void |
setPrunetags(String prunetags) |
void |
setSpecialentities(boolean specialentities) |
void |
setSrc(String src) |
void |
setTaginfofile(String taginfofile) |
void |
setText(String text) |
void |
setTransform(String transform) |
void |
setTransrescharstoncr(boolean transrescharstoncr) |
void |
setTransspecialentitiestoncr(boolean transspecialentitiestoncr) |
void |
setTreatdeprtagsascontent(boolean treatdeprtagsascontent) |
void |
setTreatunknowntagsascontent(boolean treatunknowntagsascontent) |
void |
setUnicodechars(boolean unicodechars) |
void |
setUsecdata(boolean usecdata) |
void |
setUseemptyelementtags(boolean useemptyelementtags) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setText(String text)
public void setSrc(String src)
public void setDest(String dest)
public void setIncharset(String incharset)
public void setOutcharset(String outcharset)
public void setTaginfofile(String taginfofile)
public void setOutputtype(String outputtype)
public void setAdvancedxmlescape(boolean advancedxmlescape)
public void setTransrescharstoncr(boolean transrescharstoncr)
public void setUsecdata(boolean usecdata)
public void setSpecialentities(boolean specialentities)
public void setTransspecialentitiestoncr(boolean transspecialentitiestoncr)
public void setUnicodechars(boolean unicodechars)
public void setOmitunknowntags(boolean omitunknowntags)
public void setTreatunknowntagsascontent(boolean treatunknowntagsascontent)
public void setOmitdeprtags(boolean omitdeprtags)
public void setTreatdeprtagsascontent(boolean treatdeprtagsascontent)
public void setOmitcomments(boolean omitcomments)
public void setOmitxmldecl(boolean omitxmldecl)
public void setOmitdoctypedecl(boolean omitdoctypedecl)
public void setOmithtmlenvelope(boolean omithtmlenvelope)
public void setUseemptyelementtags(boolean useemptyelementtags)
public void setAllowmultiwordattributes(boolean allowmultiwordattributes)
public void setAllowhtmlinsideattributes(boolean allowhtmlinsideattributes)
public void setIgnoreqe(boolean ignoreqe)
public void setNamespacesaware(boolean namespacesaware)
public void setHyphenreplacement(String hyphenreplacement)
public void setPrunetags(String prunetags)
public void setBooleanatts(String booleanatts)
public void setNodebyxpath(String nodebyxpath)
public void setOmitenvelope(boolean omitenvelope)
public void setTransform(String transform)
public void addText(String text)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2006–2017. All rights reserved.