|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLNamespacesDeclaration | |
---|---|
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 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 |
XMLValueFunctionForest.getNamespacesDecl()
Returns the value of the 'Namespaces Decl' containment reference. |
XMLNamespacesDeclaration |
XMLTableFunction.getNamespacesDecl()
Returns the value of the 'Namespaces Decl' containment reference. |
XMLNamespacesDeclaration |
XMLValueFunctionElement.getNamespacesDecl()
Returns the value of the 'Namespaces Decl' containment reference. |
XMLNamespacesDeclaration |
XMLNamespaceDeclarationItem.getNamespacesDecl()
Returns the value of the 'Namespaces Decl' container reference. |
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 |
XMLTableFunction.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 |
XMLNamespaceDeclarationItem.setNamespacesDecl(XMLNamespacesDeclaration value)
Sets the value of the ' Namespaces Decl ' container reference. |
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 interpreting the object as an instance of 'XML Namespaces Declaration'. |
Uses of XMLNamespacesDeclaration in org.eclipse.datatools.sqltools.parsers.sql.xml.query |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLNamespacesDeclaration | |
---|---|
XMLNamespacesDeclaration |
SQLXMLQueryParserFactory.createXMLNamespaceDeclaration(java.util.List nameSpaceDeclList)
|
Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query with parameters of type XMLNamespacesDeclaration | |
---|---|
XMLTableFunction |
SQLXMLQueryParserFactory.createXMLTableFunction(java.lang.String name,
XMLNamespacesDeclaration namespaceDecl,
java.lang.String tableRowPattern,
XMLQueryArgumentList queryArgList,
java.util.List tableColumnList)
|
XMLValueFunctionElement |
SQLXMLQueryParserFactory.createXMLValueFucntionElement(java.lang.String afunctionName,
java.lang.String aElementName,
XMLNamespacesDeclaration namespaceDecl,
XMLAttributesDeclaration aAttributesDeclaration,
XMLValueFunctionElementContentList aContent,
int aReturningOption)
|
XMLValueFunctionForest |
SQLXMLQueryParserFactory.createXMLValueFunctionForest(java.lang.String functionName,
XMLNamespacesDeclaration namespaceDecl,
java.util.List forestContentList,
int nullOption,
int returningOption)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |