Package com.xmlcalabash.xvrl
Object XvrlLet.Companion
-
- All Implemented Interfaces:
public class XvrlLet.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static XvrlLet.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final XvrlLet
newInstance(XProcStepConfiguration stepConfig, QName name, String value, Map<QName, String> attr)
final XvrlLet
newInstance(XProcStepConfiguration stepConfig, QName name, XdmNode node, Map<QName, String> attr)
final XvrlLet
newInstance(XProcStepConfiguration stepConfig, QName name, List<XdmNode> nodes, Map<QName, String> attr)
-
-
Method Detail
-
newInstance
final XvrlLet newInstance(XProcStepConfiguration stepConfig, QName name, String value, Map<QName, String> attr)
-
newInstance
final XvrlLet newInstance(XProcStepConfiguration stepConfig, QName name, XdmNode node, Map<QName, String> attr)
-
newInstance
final XvrlLet newInstance(XProcStepConfiguration stepConfig, QName name, List<XdmNode> nodes, Map<QName, String> attr)
-
-
-
-