public interface EESpecProfile
| Modifier and Type | Method and Description |
|---|---|
default String |
convert(String name)
Convert the specified name to the target namespace.
|
Pattern |
getPattern()
The pattern used for conversion.
|
String |
getSource()
The source namespace.
|
String |
getTarget()
The target namespace.
|
default String convert(String name)
name - the name to convertString getSource()
String getTarget()
Pattern getPattern()
Copyright © 2020–2022 The Apache Software Foundation. All rights reserved.