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