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

Packages that use XMLValueFunctionValidateElementNamespace
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 XMLValueFunctionValidateElementNamespace in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionValidateElementNamespace
 XMLValueFunctionValidateElementNamespace SQLXMLQueryModelFactory.createXMLValueFunctionValidateElementNamespace()
          Returns a new object of class 'XML Value Function Validate Element Namespace'.
 XMLValueFunctionValidateElementNamespace XMLValueFunctionValidateElement.getValidateElementNamespace()
          Returns the value of the 'Validate Element Namespace' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionValidateElementNamespace
 void XMLValueFunctionValidateElement.setValidateElementNamespace(XMLValueFunctionValidateElementNamespace value)
          Sets the value of the 'Validate Element Namespace' containment reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionValidateElementNamespace
 XMLValueFunctionValidateElementNamespace SQLXMLQueryParserFactory.createXMLValueFunctionValidateElementNamespace(boolean isNoNamespace, java.lang.String nameSpaceURI)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query with parameters of type XMLValueFunctionValidateElementNamespace
 XMLValueFunctionValidateElement SQLXMLQueryParserFactory.createXMLValueFunctionValidateElement(XMLValueFunctionValidateElementNamespace namespace, XMLValueFunctionValidateElementName name)