| Package | Description |
|---|---|
| lux.query | |
| lux.xpath | |
| lux.xquery |
| Modifier and Type | Field and Description |
|---|---|
static AttributeConstructor |
BooleanPQuery.MUST_NOT_OCCUR_ATT |
static AttributeConstructor |
BooleanPQuery.MUST_OCCUR_ATT |
static AttributeConstructor |
BooleanPQuery.SHOULD_OCCUR_ATT |
| Modifier and Type | Method and Description |
|---|---|
AbstractExpression |
ExpressionVisitorBase.visit(AttributeConstructor attributeConstructor) |
abstract AbstractExpression |
ExpressionVisitor.visit(AttributeConstructor attributeConstructor) |
| Constructor and Description |
|---|
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.