com.xmlcalabash.model
Class Import

java.lang.Object
  extended by com.xmlcalabash.model.SourceArtifact
      extended by com.xmlcalabash.model.Step
          extended by com.xmlcalabash.model.Import

public class Import
extends Step

Author:
ndw

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.Step
addDependency, addInput, addLog, addOption, addOutput, addParameter, addStep, addVariable, augment, augmentIO, augmentOptions, checkBinding, checkDuplicateVars, checkForBindings, checkOptionBinding, checkOptionBinding, checkVariables, containsStep, dependsOn, dump, dump, getDeclaration, getDeclaredType, getDefaultOutput, getDependencies, getEnvironment, getInput, getLog, getName, getNode, getOption, getOptions, getOutput, getParameter, getParameters, getPipeline, getPrimaryOutput, getStep, getType, getVariables, getVersion, inputs, insideALoop, isAnonymous, isPipeline, isPipelineCall, loops, matchesDeclaration, options, orderSteps, outputs, parameters, patchEnvironment, patchInputBindings, patchPipeBindings, setDeclaration, setEnvironment, setSubpipeline, setVersion, subpipeline, toString, valid, validBindings, validOptions, validParams
 
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

Import

public Import(XProcRuntime xproc,
              net.sf.saxon.s9api.XdmNode node)
Creates a new instance of Import

Method Detail

setHref

public void setHref(java.net.URI href)

getHref

public java.net.URI getHref()

setRoot

public void setRoot(net.sf.saxon.s9api.XdmNode root)

getRoot

public net.sf.saxon.s9api.XdmNode getRoot()

setLibrary

public void setLibrary(PipelineLibrary library)