|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SQLXMLQueryModelFactory.createXMLNamespacesDeclaration()
Returns a new object of class 'XML Namespaces Declaration'. |
XMLNamespacesDeclaration |
XMLNamespaceDeclarationItem.getNamespacesDecl()
Returns the value of the 'Namespaces Decl' container 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 |
XMLValueFunctionForest.getNamespacesDecl()
Returns the value of the 'Namespaces Decl' containment reference. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLNamespacesDeclaration | |
---|---|
void |
XMLNamespaceDeclarationItem.setNamespacesDecl(XMLNamespacesDeclaration value)
Sets the value of the ' Namespaces Decl ' container 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 |
XMLValueFunctionForest.setNamespacesDecl(XMLNamespacesDeclaration value)
Sets the value of the ' Namespaces Decl ' containment 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 |
SQLXMLQueryModelFactoryImpl.createXMLNamespacesDeclaration()
|
XMLNamespacesDeclaration |
XMLNamespaceDeclarationItemImpl.getNamespacesDecl()
|
XMLNamespacesDeclaration |
XMLValueFunctionForestImpl.getNamespacesDecl()
|
XMLNamespacesDeclaration |
XMLTableFunctionImpl.getNamespacesDecl()
|
XMLNamespacesDeclaration |
XMLValueFunctionElementImpl.getNamespacesDecl()
|
Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLNamespacesDeclaration | |
---|---|
NotificationChain |
XMLNamespaceDeclarationItemImpl.basicSetNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl,
NotificationChain msgs)
|
NotificationChain |
XMLValueFunctionForestImpl.basicSetNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl,
NotificationChain msgs)
|
NotificationChain |
XMLTableFunctionImpl.basicSetNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl,
NotificationChain msgs)
|
NotificationChain |
XMLValueFunctionElementImpl.basicSetNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl,
NotificationChain msgs)
|
void |
XMLNamespaceDeclarationItemImpl.setNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl)
|
void |
XMLValueFunctionForestImpl.setNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl)
|
void |
XMLTableFunctionImpl.setNamespacesDecl(XMLNamespacesDeclaration newNamespacesDecl)
|
void |
XMLValueFunctionElementImpl.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'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |