| Constructor and Description |
|---|
NamespaceFilterMapper(String filteredNamespace)
Creates a new NamespaceFilterMapper.
|
| Modifier and Type | Method and Description |
|---|---|
org.jdom2.Element |
map(org.jdom2.Element patchElement)
Transforms the given element to another element by changing some nested content or
attributes.
|
void |
setFilteredNamespace(org.jdom2.Namespace namespace)
Sets the namespace defining the elements and attributes to be filtered out.
|
public NamespaceFilterMapper(String filteredNamespace)
filteredNamespace - String representing the namespace defining the elements and
attributes to be filtered outpublic org.jdom2.Element map(org.jdom2.Element patchElement)
Mapperpublic void setFilteredNamespace(org.jdom2.Namespace namespace)
namespace - The namespace defining the elements and attributes to be filtered out.Copyright © 2001–2025. All rights reserved.