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

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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLNamespacesDeclaration
 XMLNamespacesDeclaration XMLValueFunctionForest.getNamespacesDecl()
          Returns the value of the 'Namespaces Decl' containment reference.
 XMLNamespacesDeclaration XMLValueFunctionElement.getNamespacesDecl()
          Returns the value of the 'Namespaces Decl' containment reference.
 XMLNamespacesDeclaration XMLTableFunction.getNamespacesDecl()
          Returns the value of the 'Namespaces Decl' containment reference.
 XMLNamespacesDeclaration XMLNamespaceDeclarationItem.getNamespacesDecl()
          Returns the value of the 'Namespaces Decl' container reference.
 XMLNamespacesDeclaration SQLXMLQueryModelFactory.createXMLNamespacesDeclaration()
          Returns a new object of class 'XML Namespaces Declaration'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLNamespacesDeclaration
 void XMLValueFunctionForest.setNamespacesDecl(XMLNamespacesDeclaration value)
          Sets the value of the 'Namespaces Decl' containment reference.
 void XMLValueFunctionElement.setNamespacesDecl(XMLNamespacesDeclaration value)
          Sets the value of the 'Namespaces Decl' containment reference.
 void XMLTableFunction.setNamespacesDecl(XMLNamespacesDeclaration value)
          Sets the value of the 'Namespaces Decl' containment reference.
 void XMLNamespaceDeclarationItem.setNamespacesDecl(XMLNamespacesDeclaration value)
          Sets the value of the 'Namespaces Decl' container reference.
 

Uses of XMLNamespacesDeclaration in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLNamespacesDeclaration
 class XMLNamespacesDeclarationImpl
           An implementation of the model object 'XML Namespaces Declaration'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLNamespacesDeclaration
 XMLNamespacesDeclaration XMLValueFunctionForestImpl.getNamespacesDecl()
           
 XMLNamespacesDeclaration XMLValueFunctionElementImpl.getNamespacesDecl()
           
 XMLNamespacesDeclaration XMLTableFunctionImpl.getNamespacesDecl()
           
 XMLNamespacesDeclaration XMLNamespaceDeclarationItemImpl.getNamespacesDecl()
           
 XMLNamespacesDeclaration SQLXMLQueryModelFactoryImpl.createXMLNamespacesDeclaration()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLNamespacesDeclaration
 NotificationChain XMLValueFunctionForestImpl.basicSetNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl, NotificationChain msgs)
           
 void XMLValueFunctionForestImpl.setNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl)
           
 NotificationChain XMLValueFunctionElementImpl.basicSetNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl, NotificationChain msgs)
           
 void XMLValueFunctionElementImpl.setNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl)
           
 NotificationChain XMLTableFunctionImpl.basicSetNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl, NotificationChain msgs)
           
 void XMLTableFunctionImpl.setNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl)
           
 NotificationChain XMLNamespaceDeclarationItemImpl.basicSetNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl, NotificationChain msgs)
           
 void XMLNamespaceDeclarationItemImpl.setNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLNamespacesDeclaration
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLNamespacesDeclaration(XMLNamespacesDeclaration object)
          Returns the result of interpretting the object as an instance of 'XML Namespaces Declaration'.
 



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.