Package com.xmlcalabash.util
Class TransformationNamespaces
-
- All Implemented Interfaces:
public final class TransformationNamespaces
-
-
Constructor Summary
Constructors Constructor Description TransformationNamespaces(Map<String, NamespaceUri> inScopeNamespaces)
-
Method Summary
Modifier and Type Method Description final String
getXslPrefix()
final String
getXsPrefix()
final Map<String, String>
getNamespaces()
-
-
Method Detail
-
getXslPrefix
final String getXslPrefix()
-
getXsPrefix
final String getXsPrefix()
-
getNamespaces
final Map<String, String> getNamespaces()
-
-
-
-