Uses of Interface
org.eclipse.datatools.modelbase.sql.xml.query.XMLValueFunction

Packages that use XMLValueFunction
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

Uses of XMLValueFunction in org.eclipse.datatools.modelbase.sql.xml.query
 

Subinterfaces of XMLValueFunction in org.eclipse.datatools.modelbase.sql.xml.query
 interface XMLValueFunctionComment
          A representation of the model object 'XML Value Function Comment'.
 interface XMLValueFunctionConcat
          A representation of the model object 'XML Value Function Concat'.
 interface XMLValueFunctionDocument
          A representation of the model object 'XML Value Function Document'.
 interface XMLValueFunctionElement
          A representation of the model object 'XML Value Function Element'.
 interface XMLValueFunctionForest
          A representation of the model object 'XML Value Function Forest'.
 interface XMLValueFunctionParse
          A representation of the model object 'XML Value Function Parse'.
 interface XMLValueFunctionPI
          A representation of the model object 'XML Value Function PI'.
 interface XMLValueFunctionQuery
          A representation of the model object 'XML Value Function Query'.
 interface XMLValueFunctionText
          A representation of the model object 'XML Value Function Text'.
 interface XMLValueFunctionValidate
          A representation of the model object 'XML Value Function Validate'.
 

Uses of XMLValueFunction in org.eclipse.datatools.modelbase.sql.xml.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLValueFunction
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLValueFunction(XMLValueFunction object)
          Returns the result of interpreting the object as an instance of 'XML Value Function'.