com.xmlcalabash.extensions.fileutils
Class Info

java.lang.Object
  extended by com.xmlcalabash.library.DefaultStep
      extended by com.xmlcalabash.extensions.fileutils.Info
All Implemented Interfaces:
XProcRunnable, XProcStep

public class Info
extends DefaultStep

Created by IntelliJ IDEA. User: ndw Date: May 24, 2009 Time: 3:17:23 PM To change this template use File | Settings | File Templates.


Field Summary
protected static net.sf.saxon.s9api.QName c_directory
           
protected static net.sf.saxon.s9api.QName c_error
           
protected static net.sf.saxon.s9api.QName c_file
           
protected static net.sf.saxon.s9api.QName c_other
           
protected static net.sf.saxon.s9api.QName c_uri
           
protected static net.sf.saxon.s9api.QName err_fu01
           
 
Fields inherited from class com.xmlcalabash.library.DefaultStep
_byte_order_mark, _cdata_section_elements, _doctype_public, _doctype_system, _encoding, _escape_uri_attributes, _include_content_type, _indent, _media_type, _normalization_form, _omit_xml_declaration, _standalone, _undeclare_prefixes, _version, logger, runtime, step
 
Constructor Summary
Info(XProcRuntime runtime, XAtomicStep step)
          Creates a new instance of UriInfo
 
Method Summary
 void reset()
           
 void run()
           
 void setOutput(java.lang.String port, WritablePipe pipe)
           
 
Methods inherited from class com.xmlcalabash.library.DefaultStep
error, evaluateXPath, fine, finer, finest, getOption, getOption, getOption, getOption, getOption, getStep, info, makeSerializer, setInput, setOption, setParameter, setParameter, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c_uri

protected static final net.sf.saxon.s9api.QName c_uri

c_directory

protected static final net.sf.saxon.s9api.QName c_directory

c_file

protected static final net.sf.saxon.s9api.QName c_file

c_other

protected static final net.sf.saxon.s9api.QName c_other

c_error

protected static final net.sf.saxon.s9api.QName c_error

err_fu01

protected static final net.sf.saxon.s9api.QName err_fu01
Constructor Detail

Info

public Info(XProcRuntime runtime,
            XAtomicStep step)
Creates a new instance of UriInfo

Method Detail

setOutput

public void setOutput(java.lang.String port,
                      WritablePipe pipe)
Specified by:
setOutput in interface XProcStep
Overrides:
setOutput in class DefaultStep

reset

public void reset()
Specified by:
reset in interface XProcRunnable
Overrides:
reset in class DefaultStep

run

public void run()
         throws net.sf.saxon.s9api.SaxonApiException
Specified by:
run in interface XProcRunnable
Overrides:
run in class DefaultStep
Throws:
net.sf.saxon.s9api.SaxonApiException