Package com.xmlcalabash.xvrl
Class XvrlContext
-
- All Implemented Interfaces:
public final class XvrlContext extends XvrlContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
XvrlContext.Companion
-
Field Summary
Fields Modifier and Type Field Description private XvrlLocation
location
private final XdmNode
content
private final XProcStepConfiguration
stepConfig
public final static XvrlContext.Companion
Companion
-
Method Summary
Modifier and Type Method Description final XvrlLocation
getLocation()
final Unit
setLocation(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)
-
Methods inherited from class com.xmlcalabash.xvrl.XvrlContainer
getContent
-
Methods inherited from class com.xmlcalabash.xvrl.XvrlElement
commonAttributes, getAttribute, getStepConfig, setAttribute, setAttributes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLocation
final XvrlLocation getLocation()
-
setLocation
final Unit setLocation(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)
-
-
-
-