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