com.xmlcalabash.model
Class ErrorBinding

java.lang.Object
  extended by com.xmlcalabash.model.SourceArtifact
      extended by com.xmlcalabash.model.Binding
          extended by com.xmlcalabash.model.ErrorBinding

public class ErrorBinding
extends Binding

Author:
ndw

Field Summary
 
Fields inherited from class com.xmlcalabash.model.Binding
bindingType, DATA_BINDING, DOCUMENT_BINDING, EMPTY_BINDING, ERROR_BINDING, INLINE_BINDING, NO_BINDING, PIPE_BINDING, PIPE_NAME_BINDING, STDIO_BINDING
 
Fields inherited from class com.xmlcalabash.model.SourceArtifact
extnAttrs, logger, node, runtime
 
Constructor Summary
ErrorBinding()
          Creates a new instance of EmptyBinding
ErrorBinding(XProcRuntime xproc, net.sf.saxon.s9api.XdmNode node)
           
 
Method Summary
protected  void dump(int depth)
           
 
Methods inherited from class com.xmlcalabash.model.Binding
getBindingType
 
Methods inherited from class com.xmlcalabash.model.SourceArtifact
addExtensionAttribute, error, error, getExtensionAttribute, getExtensionAttributes, getNode, getXProc, xplFile, xplLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorBinding

public ErrorBinding()
Creates a new instance of EmptyBinding


ErrorBinding

public ErrorBinding(XProcRuntime xproc,
                    net.sf.saxon.s9api.XdmNode node)
Method Detail

dump

protected void dump(int depth)
Specified by:
dump in class Binding