public class HtmlSettings
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | HtmlSettings.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| XPathPatterns | excludeContent()Gets the excludeContent. | 
| java.util.List<java.lang.String> | excludeTagAttributes()Gets the excludeTagAttributes. | 
| java.util.List<java.lang.String> | excludeTagsCompletely()Gets the excludeTagsCompletely. | 
| java.util.List<java.lang.String> | excludeTagsKeepContent()Gets the excludeTagsKeepContent. | 
| XPathPatterns | keepContent()Gets the keepContent. | 
| java.util.List<java.lang.String> | keepTagAttributes()Gets the keepTagAttributes. | 
| HtmlSettings.Builder | newBuilder()New builder. | 
public HtmlSettings.Builder newBuilder()
public java.util.List<java.lang.String> excludeTagsCompletely()
public java.util.List<java.lang.String> excludeTagsKeepContent()
public XPathPatterns keepContent()
public XPathPatterns excludeContent()
public java.util.List<java.lang.String> keepTagAttributes()
public java.util.List<java.lang.String> excludeTagAttributes()