public class HtmlSettings
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
HtmlSettings() |
Modifier and Type | Method and Description |
---|---|
XPathPatterns |
getExcludeContent()
Gets the excludeContent.
|
java.util.List<java.lang.String> |
getExcludeTagAttributes()
Gets the excludeTagAttributes.
|
java.util.List<java.lang.String> |
getExcludeTagsCompletely()
Gets the excludeTagsCompletely.
|
java.util.List<java.lang.String> |
getExcludeTagsKeepContent()
Gets the excludeTagsKeepContent.
|
XPathPatterns |
getKeepContent()
Gets the keepContent.
|
java.util.List<java.lang.String> |
getKeepTagAttributes()
Gets the keepTagAttributes.
|
void |
setExcludeContent(XPathPatterns excludeContent)
Sets the excludeContent.
|
void |
setExcludeTagAttributes(java.util.List<java.lang.String> excludeTagAttributes)
Sets the excludeTagAttributes.
|
void |
setExcludeTagsCompletely(java.util.List<java.lang.String> excludeTagsCompletely)
Sets the excludeTagsCompletely.
|
void |
setExcludeTagsKeepContent(java.util.List<java.lang.String> excludeTagsKeepContent)
Sets the excludeTagsKeepContent.
|
void |
setKeepContent(XPathPatterns keepContent)
Sets the keepContent.
|
void |
setKeepTagAttributes(java.util.List<java.lang.String> keepTagAttributes)
Sets the keepTagAttributes.
|
public java.util.List<java.lang.String> getExcludeTagsCompletely()
public java.util.List<java.lang.String> getExcludeTagsKeepContent()
public XPathPatterns getKeepContent()
public XPathPatterns getExcludeContent()
public java.util.List<java.lang.String> getKeepTagAttributes()
public java.util.List<java.lang.String> getExcludeTagAttributes()
public void setExcludeTagsCompletely(java.util.List<java.lang.String> excludeTagsCompletely)
excludeTagsCompletely
- the new excludeTagsCompletelypublic void setExcludeTagsKeepContent(java.util.List<java.lang.String> excludeTagsKeepContent)
excludeTagsKeepContent
- the new excludeTagsKeepContentpublic void setKeepContent(XPathPatterns keepContent)
keepContent
- the new keepContentpublic void setExcludeContent(XPathPatterns excludeContent)
excludeContent
- the new excludeContentpublic void setKeepTagAttributes(java.util.List<java.lang.String> keepTagAttributes)
keepTagAttributes
- the new keepTagAttributespublic void setExcludeTagAttributes(java.util.List<java.lang.String> excludeTagAttributes)
excludeTagAttributes
- the new excludeTagAttributes