Uses of Class
lux.xquery.AttributeConstructor

Packages that use AttributeConstructor
lux.query   
lux.xpath   
lux.xquery   
 

Uses of AttributeConstructor in lux.query
 

Fields in lux.query declared as AttributeConstructor
static AttributeConstructor BooleanPQuery.MUST_NOT_OCCUR_ATT
           
static AttributeConstructor BooleanPQuery.MUST_OCCUR_ATT
           
static AttributeConstructor BooleanPQuery.SHOULD_OCCUR_ATT
           
 

Uses of AttributeConstructor in lux.xpath
 

Methods in lux.xpath with parameters of type AttributeConstructor
 AbstractExpression ExpressionVisitorBase.visit(AttributeConstructor attributeConstructor)
           
abstract  AbstractExpression ExpressionVisitor.visit(AttributeConstructor attributeConstructor)
           
 

Uses of AttributeConstructor in lux.xquery
 

Constructors in lux.xquery with parameters of type AttributeConstructor
ElementConstructor(QName qname, AbstractExpression content, AttributeConstructor... attributes)
           
ElementConstructor(QName qname, AttributeConstructor... attributes)
           
ElementConstructor(QName qname, Namespace[] namespaces, AbstractExpression content, AttributeConstructor... attributes)
          Make an element constructor - this models literal element constructors, not computed element constructors.
 



Copyright © 2013. All Rights Reserved.