Uses of Class
org.teiid.query.sql.symbol.XMLAttributes
-
-
Uses of XMLAttributes in org.teiid.query.optimizer.relational.rules
Methods in org.teiid.query.optimizer.relational.rules with parameters of type XMLAttributes Modifier and Type Method Description void
CriteriaCapabilityValidatorVisitor. visit(XMLAttributes obj)
-
Uses of XMLAttributes in org.teiid.query.parser
Methods in org.teiid.query.parser that return XMLAttributes Modifier and Type Method Description XMLAttributes
SQLParser. xmlAttributes(ParseInfo info)
-
Uses of XMLAttributes in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type XMLAttributes Modifier and Type Method Description void
LanguageVisitor. visit(XMLAttributes obj)
-
Uses of XMLAttributes in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type XMLAttributes Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(XMLAttributes obj)
-
Uses of XMLAttributes in org.teiid.query.sql.symbol
Methods in org.teiid.query.sql.symbol that return XMLAttributes Modifier and Type Method Description XMLAttributes
XMLAttributes. clone()
XMLAttributes
XMLElement. getAttributes()
Methods in org.teiid.query.sql.symbol with parameters of type XMLAttributes Modifier and Type Method Description void
XMLElement. setAttributes(XMLAttributes attributes)
-
Uses of XMLAttributes in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type XMLAttributes Modifier and Type Method Description void
SQLStringVisitor. visit(XMLAttributes obj)
-
Uses of XMLAttributes in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type XMLAttributes Modifier and Type Method Description void
ValidationVisitor. visit(XMLAttributes obj)
-