Modifier and Type | Method and Description |
---|---|
XMLObfuscator.AttributeConfigurer |
XMLObfuscator.AttributeConfigurer.forElement(QName element,
Obfuscator obfuscator)
Sets the obfuscator to use for occurrences of the attribute for a specific element.
|
XMLObfuscator.AttributeConfigurer |
XMLObfuscator.AttributeConfigurer.forElement(String element,
Obfuscator obfuscator)
Sets the obfuscator to use for occurrences of the attribute for a specific element.
|
XMLObfuscator.AttributeConfigurer |
XMLObfuscator.AttributeConfigurer.forElement(String element,
Obfuscator obfuscator,
CaseSensitivity caseSensitivity)
Sets the obfuscator to use for occurrences of the attribute for a specific element.
|
XMLObfuscator.AttributeConfigurer |
XMLObfuscator.Builder.withAttribute(QName attribute,
Obfuscator obfuscator)
Adds an attribute to obfuscate.
|
XMLObfuscator.AttributeConfigurer |
XMLObfuscator.Builder.withAttribute(String attribute,
Obfuscator obfuscator)
Adds an attribute to obfuscate.
|
XMLObfuscator.AttributeConfigurer |
XMLObfuscator.Builder.withAttribute(String attribute,
Obfuscator obfuscator,
CaseSensitivity caseSensitivity)
Adds an attribute to obfuscate.
|
Copyright © 2020–2023. All rights reserved.