com.xmlcalabash.model
Class EmptyBinding

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

public class EmptyBinding
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
EmptyBinding()
          Creates a new instance of EmptyBinding
EmptyBinding(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

EmptyBinding

public EmptyBinding()
Creates a new instance of EmptyBinding


EmptyBinding

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

dump

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