Package com.xmlcalabash.xvrl
Object XvrlLocation.Companion
-
- All Implemented Interfaces:
public class XvrlLocation.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static XvrlLocation.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final XvrlLocation
newInstance(XProcStepConfiguration stepConfig, URI href, Map<QName, String> attr)
final XvrlLocation
newInstance(XProcStepConfiguration stepConfig, URI href, Integer line, Integer column, Map<QName, String> attr)
final XvrlLocation
newInstance(XProcStepConfiguration stepConfig, URI href, Integer offset, Map<QName, String> attr)
-
-
Method Detail
-
newInstance
final XvrlLocation newInstance(XProcStepConfiguration stepConfig, URI href, Map<QName, String> attr)
-
newInstance
final XvrlLocation newInstance(XProcStepConfiguration stepConfig, URI href, Integer line, Integer column, Map<QName, String> attr)
-
newInstance
final XvrlLocation newInstance(XProcStepConfiguration stepConfig, URI href, Integer offset, Map<QName, String> attr)
-
-
-
-