Uses of Class
javax.xml.xquery.XQWarning

Packages that use XQWarning
de.fraunhofer.ipsi.ipsixq.api.impl   
javax.xml.xquery   
 

Uses of XQWarning in de.fraunhofer.ipsi.ipsixq.api.impl
 

Methods in de.fraunhofer.ipsi.ipsixq.api.impl that return XQWarning
 XQWarning XQAbstractResultSequence.getWarnings()
           
 XQWarning XQAbstractResultItem.getWarnings()
           
 XQWarning XQAbstractExprCommons.getWarnings()
           
 XQWarning XQAbstractConnection.getWarnings()
           
 

Uses of XQWarning in javax.xml.xquery
 

Methods in javax.xml.xquery that return XQWarning
 XQWarning XQWarning.getNextWarning()
          Get the next warning in the chain.
 XQWarning XQResultSequence.getWarnings()
          Gets the first warning in the list of warnings associated with this result sequence.
 XQWarning XQResultItem.getWarnings()
          Gets the first warning in the list of warnings associated with this result item.
 XQWarning XQExprCommons.getWarnings()
          Gets the first warning in a chained list of warnings associated with this expression.
 XQWarning XQConnection.getWarnings()
          Gets the first warning in a chained list of warnings associated with this connection.
 

Methods in javax.xml.xquery with parameters of type XQWarning
 void XQWarning.setNextWarning(XQWarning next)