Deprecated API

Deprecated Methods
edu.wpi.cs.dsrg.xmldb.xat.component.xatrewrite.ReWriteRules.deletePartialTagger(DOMPatternNode)
            
edu.wpi.cs.dsrg.xmldb.xat.component.xatrewrite.ReWriteRules.deleteWholeTagger(DOMPatternNode)
            
edu.wpi.cs.dsrg.utils.BindingTable.get(Object)
          You should use getVariableValue(...) instead. Note: Disable the usage of the original get() outside of this class. 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.Navigate.getBinding()
          Use getOutputColumnName() instead. 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.NavigateImp.getBinding()
          Use getOutputColumnName() instead. 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperatorImp.getOutput()
          use XATOperator.getOutputDataSource, then cast to a table or a queue 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperator.getOutput()
          use XATOperator.getOutputDataSource, then cast to a table or a queue 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperatorImp.getPrimarySource()
          use XATOperator.getPrimaryDataSource, then cast to a table or a queue 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperator.getPrimarySource()
          use XATOperator.getPrimaryDataSource, then cast to a table or a queue 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATMultiSourceOperatorImp.getSourceAt(int)
          use XATMultiSourceOperator.getDataSourceAt(int position) 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATMultiSourceOperator.getSourceAt(int)
          use XATMultiSourceOperator.getDataSourceAt(int position) 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATMultiSourceOperatorImp.getSources()
          use XATMultiSourceOperator.getDataSources(int position) 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATMultiSourceOperator.getSources()
          use XATMultiSourceOperator.getDataSources() 
edu.wpi.cs.dsrg.utils.BindingTable.put(Object, Object)
          You should use updateVariableTable(..,..) instead. 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.Navigate.setBinding(String)
          Use setOutputColumnName(String) instead. 
edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.NavigateImp.setBinding(String)
          Use setOutputColumnName(String) instead. 
edu.wpi.cs.dsrg.xmldb.xat.component.sqlgeneration.SQLOperatorEvaluator.visit(NameColumnImp)
          NameColumn operators can now be pushed down so they will not occur in the tree to generate a query from 
edu.wpi.cs.dsrg.xmldb.xat.component.sqlgeneration.XQueryOperatorEvaluator.visit(NameColumnImp)
          NameColumn operators can now be pushed down so they will not occur in the tree to generate a query from 
edu.wpi.cs.dsrg.xmldb.xat.component.sqlgeneration.XQueryOperatorEvaluator.visit(OrderByImp)
          until I figure out what to do with it 
 

Deprecated Constructors
edu.wpi.cs.dsrg.xmldb.xat.common.treestructure.ListPatternImp(Vector)
          It should use Vector as it's parameter. It can not enforce the type of the items in the Vector.