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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLAttributesDeclaration
 XMLAttributesDeclaration SQLXMLQueryModelFactory.createXMLAttributesDeclaration()
          Returns a new object of class 'XML Attributes Declaration'.
 XMLAttributesDeclaration XMLValueFunctionElement.getAttributesDecl()
          Returns the value of the 'Attributes Decl' containment reference.
 XMLAttributesDeclaration XMLAttributeDeclarationItem.getAttributesDecl()
          Returns the value of the 'Attributes Decl' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLAttributesDeclaration
 void XMLValueFunctionElement.setAttributesDecl(XMLAttributesDeclaration value)
          Sets the value of the 'Attributes Decl' containment reference.
 void XMLAttributeDeclarationItem.setAttributesDecl(XMLAttributesDeclaration value)
          Sets the value of the 'Attributes Decl' container reference.
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLAttributesDeclaration
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLAttributesDeclaration(XMLAttributesDeclaration object)
          Returns the result of interpreting the object as an instance of 'XML Attributes Declaration'.
 

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLAttributesDeclaration
 XMLAttributesDeclaration SQLXMLQueryParserFactory.createXMLAttributesDeclaration(java.util.List attributeItemList)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query with parameters of type XMLAttributesDeclaration
 XMLValueFunctionElement SQLXMLQueryParserFactory.createXMLValueFucntionElement(java.lang.String afunctionName, java.lang.String aElementName, XMLNamespacesDeclaration namespaceDecl, XMLAttributesDeclaration aAttributesDeclaration, XMLValueFunctionElementContentList aContent, int aReturningOption)