Package com.xmlcalabash.xvrl
Class XvrlProvenance
-
- All Implemented Interfaces:
public final class XvrlProvenance extends XvrlElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
XvrlProvenance.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<XvrlLocation>
locations
private final XProcStepConfiguration
stepConfig
public final static XvrlProvenance.Companion
Companion
-
Method Summary
Modifier and Type Method Description final List<XvrlLocation>
getLocations()
final XvrlLocation
location(XvrlLocation location)
final XvrlLocation
location(URI href)
final XvrlLocation
location(URI href, Integer line, Integer column)
final XvrlLocation
location(URI href, Integer offset)
Unit
serialize(SaxonTreeBuilder builder)
-
-
Method Detail
-
getLocations
final List<XvrlLocation> getLocations()
-
location
final XvrlLocation location(XvrlLocation location)
-
location
final XvrlLocation location(URI href)
-
location
final XvrlLocation location(URI href, Integer line, Integer column)
-
location
final XvrlLocation location(URI href, Integer offset)
-
serialize
Unit serialize(SaxonTreeBuilder builder)
-
-
-
-