Package com.xmlcalabash.xvrl
Object XvrlMessageElement.Companion
-
- All Implemented Interfaces:
public class XvrlMessageElement.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static XvrlMessageElement.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final XvrlMessageElement
newInstance(XProcStepConfiguration stepConfig, QName name, String text, Map<QName, String> attr)
final XvrlMessageElement
newInstance(XProcStepConfiguration stepConfig, QName name, XvrlValueOf valueOf, Map<QName, String> attr)
final XvrlMessageElement
newInstance(XProcStepConfiguration stepConfig, QName name, XvrlMessageElement message, Map<QName, String> attr)
-
-
Method Detail
-
newInstance
final XvrlMessageElement newInstance(XProcStepConfiguration stepConfig, QName name, String text, Map<QName, String> attr)
-
newInstance
final XvrlMessageElement newInstance(XProcStepConfiguration stepConfig, QName name, XvrlValueOf valueOf, Map<QName, String> attr)
-
newInstance
final XvrlMessageElement newInstance(XProcStepConfiguration stepConfig, QName name, XvrlMessageElement message, Map<QName, String> attr)
-
-
-
-