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

Packages that use XMLValueFunctionForestContentItem
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.util   
org.eclipse.datatools.sqltools.parsers.sql.xml.query   
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionForestContentItem
 XMLValueFunctionForestContentItem SQLXMLQueryModelFactory.createXMLValueFunctionForestContentItem()
          Returns a new object of class 'XML Value Function Forest Content Item'.
 

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

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

Uses of XMLValueFunctionForestContentItem in org.eclipse.datatools.sqltools.parsers.sql.xml.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionForestContentItem
 XMLValueFunctionForestContentItem SQLXMLQueryParserFactory.createXMLValueFunctionForestContentItem(QueryValueExpression valueExpr, java.lang.String name)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query with parameters of type XMLValueFunctionForestContentItem
 java.util.List SQLXMLQueryParserFactory.createXMLValueFunctionForestContentItemList(java.util.List contentList, XMLValueFunctionForestContentItem content)