|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xmlcalabash.model.SourceArtifact
com.xmlcalabash.model.Step
com.xmlcalabash.model.Import
public class Import
Field Summary |
---|
Fields inherited from class com.xmlcalabash.model.Step |
---|
declaration, env, inputs, outputs, parent, stepName, stepType, version |
Fields inherited from class com.xmlcalabash.model.SourceArtifact |
---|
extnAttrs, logger, node, runtime |
Constructor Summary | |
---|---|
Import(XProcRuntime xproc,
net.sf.saxon.s9api.XdmNode node)
Creates a new instance of Import |
Method Summary | |
---|---|
java.net.URI |
getHref()
|
net.sf.saxon.s9api.XdmNode |
getRoot()
|
void |
setHref(java.net.URI href)
|
void |
setLibrary(PipelineLibrary library)
|
void |
setRoot(net.sf.saxon.s9api.XdmNode root)
|
Methods inherited from class com.xmlcalabash.model.SourceArtifact |
---|
addExtensionAttribute, error, error, getExtensionAttribute, getExtensionAttributes, getXProc, xplFile, xplLine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Import(XProcRuntime xproc, net.sf.saxon.s9api.XdmNode node)
Method Detail |
---|
public void setHref(java.net.URI href)
public java.net.URI getHref()
public void setRoot(net.sf.saxon.s9api.XdmNode root)
public net.sf.saxon.s9api.XdmNode getRoot()
public void setLibrary(PipelineLibrary library)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |