|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||