public class HtmlOptions extends Object
Constructor and Description |
---|
HtmlOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isMinifyHtml() |
boolean |
isPreserveLineBreaks() |
boolean |
isPreventCaching() |
boolean |
isRemoveComments() |
boolean |
isRemoveFormAttributes() |
boolean |
isRemoveHttpProtocol() |
boolean |
isRemoveHttpsProtocol() |
boolean |
isRemoveInputAttributes() |
boolean |
isRemoveIntertagSpaces() |
boolean |
isRemoveJavaScriptProtocol() |
boolean |
isRemoveLinkAttributes() |
boolean |
isRemoveMutliSpaces() |
boolean |
isRemoveQuotes() |
boolean |
isRemoveScriptAttributes() |
boolean |
isRemoveStyleAttributes() |
boolean |
isSimpleBooleanAttributes() |
boolean |
isSimpleDoctype() |
void |
setMinifyHtml(boolean minifyHtml) |
void |
setPreserveLineBreaks(boolean preserveLineBreaks) |
void |
setPreventCaching(boolean preventCaching) |
void |
setRemoveComments(boolean removeComments) |
void |
setRemoveFormAttributes(boolean removeFormAttributes) |
void |
setRemoveHttpProtocol(boolean removeHttpProtocol) |
void |
setRemoveHttpsProtocol(boolean removeHttpsProtocol) |
void |
setRemoveInputAttributes(boolean removeInputAttributes) |
void |
setRemoveIntertagSpaces(boolean removeIntertagSpaces) |
void |
setRemoveJavaScriptProtocol(boolean removeJavaScriptProtocol) |
void |
setRemoveLinkAttributes(boolean removeLinkAttributes) |
void |
setRemoveMutliSpaces(boolean removeMutliSpaces) |
void |
setRemoveQuotes(boolean removeQuotes) |
void |
setRemoveScriptAttributes(boolean removeScriptAttributes) |
void |
setRemoveStyleAttributes(boolean removeStyleAttributes) |
void |
setSimpleBooleanAttributes(boolean simpleBooleanAttributes) |
void |
setSimpleDoctype(boolean simpleDoctype) |
public boolean isMinifyHtml()
public void setMinifyHtml(boolean minifyHtml)
public boolean isRemoveComments()
public void setRemoveComments(boolean removeComments)
public boolean isRemoveMutliSpaces()
public void setRemoveMutliSpaces(boolean removeMutliSpaces)
public boolean isRemoveIntertagSpaces()
public void setRemoveIntertagSpaces(boolean removeIntertagSpaces)
public boolean isRemoveQuotes()
public void setRemoveQuotes(boolean removeQuotes)
public boolean isSimpleDoctype()
public void setSimpleDoctype(boolean simpleDoctype)
public boolean isRemoveScriptAttributes()
public void setRemoveScriptAttributes(boolean removeScriptAttributes)
public boolean isRemoveStyleAttributes()
public void setRemoveStyleAttributes(boolean removeStyleAttributes)
public boolean isRemoveLinkAttributes()
public void setRemoveLinkAttributes(boolean removeLinkAttributes)
public boolean isRemoveFormAttributes()
public void setRemoveFormAttributes(boolean removeFormAttributes)
public boolean isRemoveInputAttributes()
public void setRemoveInputAttributes(boolean removeInputAttributes)
public boolean isSimpleBooleanAttributes()
public void setSimpleBooleanAttributes(boolean simpleBooleanAttributes)
public boolean isRemoveJavaScriptProtocol()
public void setRemoveJavaScriptProtocol(boolean removeJavaScriptProtocol)
public boolean isRemoveHttpProtocol()
public void setRemoveHttpProtocol(boolean removeHttpProtocol)
public boolean isRemoveHttpsProtocol()
public void setRemoveHttpsProtocol(boolean removeHttpsProtocol)
public boolean isPreserveLineBreaks()
public void setPreserveLineBreaks(boolean preserveLineBreaks)
public boolean isPreventCaching()
public void setPreventCaching(boolean preventCaching)
Copyright © 2021. All rights reserved.