Cloneable
public class HtmlCleanerForAnt
extends org.apache.tools.ant.Task
Support for ANT.
Constructor | Description |
---|---|
HtmlCleanerForAnt() |
Modifier and Type | Method | Description |
---|---|---|
void |
addText(String text) |
|
void |
execute() |
Implementation of Ant task execution.
|
String |
getInvalidAttributeNamePrefix() |
|
boolean |
isAllowInvalidAttributeNames() |
|
void |
setAdvancedxmlescape(boolean advancedxmlescape) |
|
void |
setAllowhtmlinsideattributes(boolean allowhtmlinsideattributes) |
|
void |
setAllowInvalidAttributeNames(boolean allowInvalidAttributeNames) |
|
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 |
setInvalidAttributeNamePrefix(String invalidAttributeNamePrefix) |
|
void |
setNamespacesaware(boolean namespacesaware) |
|
void |
setNodebyxpath(String nodebyxpath) |
|
void |
setOmitcomments(boolean omitcomments) |
|
void |
setOmitdeprtags(boolean omitdeprtags) |
|
void |
setOmitdoctypedecl(boolean omitdoctypedecl) |
|
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 |
setTreatdeprtagsascontent(boolean treatdeprtagsascontent) |
|
void |
setTreatunknowntagsascontent(boolean treatunknowntagsascontent) |
|
void |
setUnicodechars(boolean unicodechars) |
|
void |
setUsecdata(boolean usecdata) |
|
void |
setUsecdatafor(String usecdatafor) |
|
void |
setUseemptyelementtags(boolean useemptyelementtags) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
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 setUsecdata(boolean usecdata)
public void setUsecdatafor(String usecdatafor)
public void setSpecialentities(boolean specialentities)
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 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
public boolean isAllowInvalidAttributeNames()
public void setAllowInvalidAttributeNames(boolean allowInvalidAttributeNames)
public String getInvalidAttributeNamePrefix()
public void setInvalidAttributeNamePrefix(String invalidAttributeNamePrefix)
Copyright © 2006–2018. All rights reserved.