Uses of Class
de.fraunhofer.ipsi.xquery.tree.xml.XQueryAttribute

Packages that use XQueryAttribute
de.fraunhofer.ipsi.xquery.tree   
de.fraunhofer.ipsi.xquery.tree.xml   
 

Uses of XQueryAttribute in de.fraunhofer.ipsi.xquery.tree
 

Methods in de.fraunhofer.ipsi.xquery.tree with parameters of type XQueryAttribute
 void VisitorXQueryPrettyPrint.process(XQueryAttribute op)
           
 void VisitorXQueryMappingToCore.process(XQueryAttribute op)
          Method process
 void VisitorXQueryExpression.process(XQueryAttribute node)
           
 

Uses of XQueryAttribute in de.fraunhofer.ipsi.xquery.tree.xml
 

Methods in de.fraunhofer.ipsi.xquery.tree.xml that return types with arguments of type XQueryAttribute
 java.util.List<XQueryAttribute> XQueryElementConstructor.getAttributeList()
          Method getAttributeList
 

Constructor parameters in de.fraunhofer.ipsi.xquery.tree.xml with type arguments of type XQueryAttribute
XQueryElementConstructor(PositionInfo pos, QNameExpr namespec, java.util.List<XQueryAttribute> attributes)
          Constructor
XQueryElementConstructor(PositionInfo pos, QNameExpr namespec, java.util.List<XQueryAttribute> attributes, java.util.List<XQueryExpression> content)
          Constructor