org.apache.ode.bpel.elang.xpath20.compiler
Class Constants

java.lang.Object
  extended by org.apache.ode.bpel.elang.xpath20.compiler.Constants

public class Constants
extends java.lang.Object

XPath-4-BPEL related constants.


Field Summary
static java.lang.String EXT_FUNCTION_DOXSLTRANSFORM
          Extension function bpws:getLinkStatus('getLinkName')
static java.lang.String EXT_FUNCTION_GETLINKSTATUS
          Extension function bpws:getLinkStatus('getLinkName')
static java.lang.String EXT_FUNCTION_GETVARIABLEDATA
          Extension function bpws:getVariableData('variableName', 'partName'?, 'locationPath'?)
static java.lang.String EXT_FUNCTION_GETVARIABLEPROPRTY
          Extension function bpws:getVariableProperty('variableName','propertyName')
static java.lang.String NON_STDRD_FUNCTION_COMBINE_URL
           
static java.lang.String NON_STDRD_FUNCTION_COMPOSE_URL
           
static java.lang.String NON_STDRD_FUNCTION_DOM_TO_STRING
           
static java.lang.String NON_STDRD_FUNCTION_EXPAND_TEMPLATE
           
static java.lang.String NON_STDRD_FUNCTION_SPLITTOELEMENTS
          Non standard extension function ode:splitToElements(sourceText, 'separator' 'targetLocalName', 'targetNS'?)
 
Constructor Summary
Constants()
           
 
Method Summary
static boolean isBpelNamespace(java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXT_FUNCTION_GETVARIABLEDATA

public static final java.lang.String EXT_FUNCTION_GETVARIABLEDATA
Extension function bpws:getVariableData('variableName', 'partName'?, 'locationPath'?)

See Also:
Constant Field Values

EXT_FUNCTION_GETVARIABLEPROPRTY

public static final java.lang.String EXT_FUNCTION_GETVARIABLEPROPRTY
Extension function bpws:getVariableProperty('variableName','propertyName')

See Also:
Constant Field Values

EXT_FUNCTION_GETLINKSTATUS

public static final java.lang.String EXT_FUNCTION_GETLINKSTATUS
Extension function bpws:getLinkStatus('getLinkName')

See Also:
Constant Field Values

EXT_FUNCTION_DOXSLTRANSFORM

public static final java.lang.String EXT_FUNCTION_DOXSLTRANSFORM
Extension function bpws:getLinkStatus('getLinkName')

See Also:
Constant Field Values

NON_STDRD_FUNCTION_SPLITTOELEMENTS

public static final java.lang.String NON_STDRD_FUNCTION_SPLITTOELEMENTS
Non standard extension function ode:splitToElements(sourceText, 'separator' 'targetLocalName', 'targetNS'?)

See Also:
Constant Field Values

NON_STDRD_FUNCTION_COMBINE_URL

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

NON_STDRD_FUNCTION_COMPOSE_URL

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

NON_STDRD_FUNCTION_EXPAND_TEMPLATE

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

NON_STDRD_FUNCTION_DOM_TO_STRING

public static final java.lang.String NON_STDRD_FUNCTION_DOM_TO_STRING
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()
Method Detail

isBpelNamespace

public static boolean isBpelNamespace(java.lang.String uri)