public class HtmlSettings
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
HtmlSettings.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
XPathPatterns |
excludeContent()
Gets the excludeContent.
|
List<String> |
excludeTagAttributes()
Gets the excludeTagAttributes.
|
List<String> |
excludeTagsCompletely()
Gets the excludeTagsCompletely.
|
List<String> |
excludeTagsKeepContent()
Gets the excludeTagsKeepContent.
|
XPathPatterns |
keepContent()
Gets the keepContent.
|
List<String> |
keepTagAttributes()
Gets the keepTagAttributes.
|
HtmlSettings.Builder |
newBuilder()
New builder.
|
public HtmlSettings.Builder newBuilder()
public List<String> excludeTagsCompletely()
Array of HTML tags that are excluded completely.
public List<String> excludeTagsKeepContent()
Array of HTML tags which are excluded but still retain content.
public XPathPatterns keepContent()
Object containing an array of XPaths.
public XPathPatterns excludeContent()
Object containing an array of XPaths.
public List<String> keepTagAttributes()
An array of HTML tag attributes to keep in the converted document.
Copyright © 2023 IBM Cloud. All rights reserved.