Uses of Class
org.teiid.query.sql.symbol.XMLNamespaces
-
-
Uses of XMLNamespaces in org.teiid.query.function.source
Methods in org.teiid.query.function.source with parameters of type XMLNamespaces Modifier and Type Method Description XQueryExpression
XMLHelper. compile(String xquery, XMLNamespaces namespaces, List<DerivedColumn> passing, List<XMLTable.XMLColumn> columns)
-
Uses of XMLNamespaces in org.teiid.query.optimizer.relational.rules
Methods in org.teiid.query.optimizer.relational.rules with parameters of type XMLNamespaces Modifier and Type Method Description void
CriteriaCapabilityValidatorVisitor. visit(XMLNamespaces obj)
-
Uses of XMLNamespaces in org.teiid.query.parser
Methods in org.teiid.query.parser that return XMLNamespaces Modifier and Type Method Description XMLNamespaces
SQLParser. xmlNamespaces(ParseInfo info)
-
Uses of XMLNamespaces in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type XMLNamespaces Modifier and Type Method Description void
LanguageVisitor. visit(XMLNamespaces obj)
-
Uses of XMLNamespaces in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return XMLNamespaces Modifier and Type Method Description XMLNamespaces
XMLTable. getNamespaces()
Methods in org.teiid.query.sql.lang with parameters of type XMLNamespaces Modifier and Type Method Description void
XMLTable. setNamespaces(XMLNamespaces namespaces)
-
Uses of XMLNamespaces in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type XMLNamespaces Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(XMLNamespaces obj)
-
Uses of XMLNamespaces in org.teiid.query.sql.symbol
Methods in org.teiid.query.sql.symbol that return XMLNamespaces Modifier and Type Method Description XMLNamespaces
XMLNamespaces. clone()
XMLNamespaces
XMLElement. getNamespaces()
XMLNamespaces
XMLForest. getNamespaces()
XMLNamespaces
XMLQuery. getNamespaces()
Methods in org.teiid.query.sql.symbol with parameters of type XMLNamespaces Modifier and Type Method Description void
XMLElement. setNamespaces(XMLNamespaces namespaces)
void
XMLForest. setNamespaces(XMLNamespaces namespaces)
void
XMLQuery. setNamespaces(XMLNamespaces namespaces)
-
Uses of XMLNamespaces in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type XMLNamespaces Modifier and Type Method Description void
SQLStringVisitor. visit(XMLNamespaces obj)
-
Uses of XMLNamespaces in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type XMLNamespaces Modifier and Type Method Description void
ValidationVisitor. visit(XMLNamespaces obj)
-