Package com.xmlcalabash.steps
Class XsltStep.BaseURIMapper
-
- All Implemented Interfaces:
-
kotlin.Function
,kotlin.Function1
public final class XsltStep.BaseURIMapper implements Function1<NodeInfo, String>
-
-
Constructor Summary
Constructors Constructor Description XsltStep.BaseURIMapper(String origBase)
-
Method Summary
Modifier and Type Method Description final String
getOrigBase()
String
invoke(NodeInfo node)
-
-
Constructor Detail
-
XsltStep.BaseURIMapper
XsltStep.BaseURIMapper(String origBase)
-
-
Method Detail
-
getOrigBase
final String getOrigBase()
-
-
-
-