com.xmlcalabash.core
Class XProcConstants

java.lang.Object
  extended by com.xmlcalabash.core.XProcConstants

public class XProcConstants
extends java.lang.Object

Author:
ndw

Field Summary
static net.sf.saxon.s9api.QName c_body
           
static net.sf.saxon.s9api.QName c_content_type
           
static net.sf.saxon.s9api.QName c_data
           
static net.sf.saxon.s9api.QName c_error
           
static net.sf.saxon.s9api.QName c_errors
           
static net.sf.saxon.s9api.QName c_header
           
static net.sf.saxon.s9api.QName c_multipart
           
static net.sf.saxon.s9api.QName c_param
           
static net.sf.saxon.s9api.QName c_param_set
           
static net.sf.saxon.s9api.QName c_request
           
static net.sf.saxon.s9api.QName c_response
           
static net.sf.saxon.s9api.QName c_result
           
static java.lang.String CALABASH_EXTENSION_LIBRARY_1_0
           
static net.sf.saxon.s9api.QName cx_cache
           
static net.sf.saxon.s9api.QName cx_depends_on
           
static net.sf.saxon.s9api.QName cx_type
           
static net.sf.saxon.s9api.QName cx_until_unchanged
           
static java.lang.String NS_CALABASH_CONFIG
           
static java.lang.String NS_CALABASH_EX
           
static java.lang.String NS_EXPROC_CONFIG
           
static java.lang.String NS_EXPROC_FUNCTIONS
           
static java.lang.String NS_XMLSCHEMA
           
static java.lang.String NS_XPROC
           
static java.lang.String NS_XPROC_ERROR
           
static java.lang.String NS_XPROC_ERROR_EX
           
static java.lang.String NS_XPROC_STEP
           
static net.sf.saxon.s9api.QName p_catch
           
static net.sf.saxon.s9api.QName p_choose
           
static net.sf.saxon.s9api.QName p_data
           
static net.sf.saxon.s9api.QName p_declare_step
           
static net.sf.saxon.s9api.QName p_document
           
static net.sf.saxon.s9api.QName p_document_template
           
static net.sf.saxon.s9api.QName p_documentation
           
static net.sf.saxon.s9api.QName p_empty
           
static net.sf.saxon.s9api.QName p_episode
           
static net.sf.saxon.s9api.QName p_for_each
           
static net.sf.saxon.s9api.QName p_group
           
static net.sf.saxon.s9api.QName p_import
           
static net.sf.saxon.s9api.QName p_in_scope_names
           
static net.sf.saxon.s9api.QName p_inline
           
static net.sf.saxon.s9api.QName p_input
           
static net.sf.saxon.s9api.QName p_iteration_position
           
static net.sf.saxon.s9api.QName p_iteration_source
           
static net.sf.saxon.s9api.QName p_language
           
static net.sf.saxon.s9api.QName p_library
           
static net.sf.saxon.s9api.QName p_log
           
static net.sf.saxon.s9api.QName p_namespaces
           
static net.sf.saxon.s9api.QName p_option
           
static net.sf.saxon.s9api.QName p_otherwise
           
static net.sf.saxon.s9api.QName p_output
           
static net.sf.saxon.s9api.QName p_parameter
           
static net.sf.saxon.s9api.QName p_pipe
           
static net.sf.saxon.s9api.QName p_pipeinfo
           
static net.sf.saxon.s9api.QName p_pipeline
           
static net.sf.saxon.s9api.QName p_product_name
           
static net.sf.saxon.s9api.QName p_product_version
           
static net.sf.saxon.s9api.QName p_psvi_supported
           
static net.sf.saxon.s9api.QName p_serialization
           
static net.sf.saxon.s9api.QName p_template
           
static net.sf.saxon.s9api.QName p_try
           
static net.sf.saxon.s9api.QName p_variable
           
static net.sf.saxon.s9api.QName p_vendor
           
static net.sf.saxon.s9api.QName p_vendor_uri
           
static net.sf.saxon.s9api.QName p_version
           
static net.sf.saxon.s9api.QName p_viewport
           
static net.sf.saxon.s9api.QName p_viewport_source
           
static net.sf.saxon.s9api.QName p_when
           
static net.sf.saxon.s9api.QName p_with_option
           
static net.sf.saxon.s9api.QName p_with_param
           
static net.sf.saxon.s9api.QName p_xpath_context
           
static net.sf.saxon.s9api.QName p_xpath_version
           
static net.sf.saxon.s9api.QName xml_base
           
static net.sf.saxon.s9api.QName xml_id
           
static net.sf.saxon.s9api.QName xml_lang
           
static java.lang.String XPROC_VERSION
           
static net.sf.saxon.s9api.QName xs_anyURI
           
static net.sf.saxon.s9api.QName xs_boolean
           
static net.sf.saxon.s9api.QName xs_decimal
           
static net.sf.saxon.s9api.QName xs_double
           
static net.sf.saxon.s9api.QName xs_float
           
static net.sf.saxon.s9api.QName xs_integer
           
static net.sf.saxon.s9api.QName xs_NCName
           
static net.sf.saxon.s9api.QName xs_QName
           
static net.sf.saxon.s9api.QName xs_string
           
static net.sf.saxon.s9api.QName xs_untypedAtomic
           
 
Constructor Summary
protected XProcConstants()
          Creates a new instance of XProcConstants
 
Method Summary
static net.sf.saxon.s9api.QName dynamicError(int errno)
           
static net.sf.saxon.s9api.QName staticError(int errno)
           
static net.sf.saxon.s9api.QName stepError(int errno)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XPROC_VERSION

public static final java.lang.String XPROC_VERSION

NS_XPROC

public static final java.lang.String NS_XPROC
See Also:
Constant Field Values

NS_XPROC_ERROR

public static final java.lang.String NS_XPROC_ERROR
See Also:
Constant Field Values

NS_XPROC_ERROR_EX

public static final java.lang.String NS_XPROC_ERROR_EX
See Also:
Constant Field Values

NS_XPROC_STEP

public static final java.lang.String NS_XPROC_STEP
See Also:
Constant Field Values

NS_CALABASH_EX

public static final java.lang.String NS_CALABASH_EX
See Also:
Constant Field Values

NS_XMLSCHEMA

public static final java.lang.String NS_XMLSCHEMA
See Also:
Constant Field Values

NS_CALABASH_CONFIG

public static final java.lang.String NS_CALABASH_CONFIG
See Also:
Constant Field Values

NS_EXPROC_CONFIG

public static final java.lang.String NS_EXPROC_CONFIG
See Also:
Constant Field Values

NS_EXPROC_FUNCTIONS

public static final java.lang.String NS_EXPROC_FUNCTIONS
See Also:
Constant Field Values

CALABASH_EXTENSION_LIBRARY_1_0

public static final java.lang.String CALABASH_EXTENSION_LIBRARY_1_0
See Also:
Constant Field Values

p_pipeline

public static final net.sf.saxon.s9api.QName p_pipeline

p_library

public static final net.sf.saxon.s9api.QName p_library

p_declare_step

public static final net.sf.saxon.s9api.QName p_declare_step

p_for_each

public static final net.sf.saxon.s9api.QName p_for_each

p_viewport

public static final net.sf.saxon.s9api.QName p_viewport

p_viewport_source

public static final net.sf.saxon.s9api.QName p_viewport_source

p_choose

public static final net.sf.saxon.s9api.QName p_choose

p_otherwise

public static final net.sf.saxon.s9api.QName p_otherwise

p_xpath_context

public static final net.sf.saxon.s9api.QName p_xpath_context

p_when

public static final net.sf.saxon.s9api.QName p_when

p_group

public static final net.sf.saxon.s9api.QName p_group

p_try

public static final net.sf.saxon.s9api.QName p_try

p_catch

public static final net.sf.saxon.s9api.QName p_catch

p_iteration_source

public static final net.sf.saxon.s9api.QName p_iteration_source

p_import

public static final net.sf.saxon.s9api.QName p_import

p_log

public static final net.sf.saxon.s9api.QName p_log

p_input

public static final net.sf.saxon.s9api.QName p_input

p_pipe

public static final net.sf.saxon.s9api.QName p_pipe

p_document

public static final net.sf.saxon.s9api.QName p_document

p_data

public static final net.sf.saxon.s9api.QName p_data

p_inline

public static final net.sf.saxon.s9api.QName p_inline

p_empty

public static final net.sf.saxon.s9api.QName p_empty

p_output

public static final net.sf.saxon.s9api.QName p_output

p_option

public static final net.sf.saxon.s9api.QName p_option

p_with_option

public static final net.sf.saxon.s9api.QName p_with_option

p_parameter

public static final net.sf.saxon.s9api.QName p_parameter

p_with_param

public static final net.sf.saxon.s9api.QName p_with_param

p_variable

public static final net.sf.saxon.s9api.QName p_variable

p_namespaces

public static final net.sf.saxon.s9api.QName p_namespaces

p_serialization

public static final net.sf.saxon.s9api.QName p_serialization

p_documentation

public static final net.sf.saxon.s9api.QName p_documentation

p_pipeinfo

public static final net.sf.saxon.s9api.QName p_pipeinfo

p_in_scope_names

public static final net.sf.saxon.s9api.QName p_in_scope_names

p_template

public static final net.sf.saxon.s9api.QName p_template

p_document_template

public static final net.sf.saxon.s9api.QName p_document_template

cx_until_unchanged

public static final net.sf.saxon.s9api.QName cx_until_unchanged

p_iteration_position

public static final net.sf.saxon.s9api.QName p_iteration_position

p_episode

public static final net.sf.saxon.s9api.QName p_episode

p_language

public static final net.sf.saxon.s9api.QName p_language

p_product_name

public static final net.sf.saxon.s9api.QName p_product_name

p_product_version

public static final net.sf.saxon.s9api.QName p_product_version

p_vendor

public static final net.sf.saxon.s9api.QName p_vendor

p_vendor_uri

public static final net.sf.saxon.s9api.QName p_vendor_uri

p_version

public static final net.sf.saxon.s9api.QName p_version

p_xpath_version

public static final net.sf.saxon.s9api.QName p_xpath_version

p_psvi_supported

public static final net.sf.saxon.s9api.QName p_psvi_supported

c_body

public static final net.sf.saxon.s9api.QName c_body

c_multipart

public static final net.sf.saxon.s9api.QName c_multipart

c_header

public static final net.sf.saxon.s9api.QName c_header

c_data

public static final net.sf.saxon.s9api.QName c_data

c_content_type

public static final net.sf.saxon.s9api.QName c_content_type

c_result

public static final net.sf.saxon.s9api.QName c_result

c_request

public static final net.sf.saxon.s9api.QName c_request

c_response

public static final net.sf.saxon.s9api.QName c_response

c_param

public static final net.sf.saxon.s9api.QName c_param

c_param_set

public static final net.sf.saxon.s9api.QName c_param_set

c_errors

public static final net.sf.saxon.s9api.QName c_errors

c_error

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

xml_base

public static final net.sf.saxon.s9api.QName xml_base

xml_lang

public static final net.sf.saxon.s9api.QName xml_lang

xml_id

public static final net.sf.saxon.s9api.QName xml_id

cx_depends_on

public static final net.sf.saxon.s9api.QName cx_depends_on

cx_cache

public static final net.sf.saxon.s9api.QName cx_cache

cx_type

public static final net.sf.saxon.s9api.QName cx_type

xs_QName

public static final net.sf.saxon.s9api.QName xs_QName

xs_untypedAtomic

public static final net.sf.saxon.s9api.QName xs_untypedAtomic

xs_string

public static final net.sf.saxon.s9api.QName xs_string

xs_anyURI

public static final net.sf.saxon.s9api.QName xs_anyURI

xs_NCName

public static final net.sf.saxon.s9api.QName xs_NCName

xs_boolean

public static final net.sf.saxon.s9api.QName xs_boolean

xs_decimal

public static final net.sf.saxon.s9api.QName xs_decimal

xs_double

public static final net.sf.saxon.s9api.QName xs_double

xs_integer

public static final net.sf.saxon.s9api.QName xs_integer

xs_float

public static final net.sf.saxon.s9api.QName xs_float
Constructor Detail

XProcConstants

protected XProcConstants()
Creates a new instance of XProcConstants

Method Detail

staticError

public static net.sf.saxon.s9api.QName staticError(int errno)

dynamicError

public static net.sf.saxon.s9api.QName dynamicError(int errno)

stepError

public static net.sf.saxon.s9api.QName stepError(int errno)