Package | Description |
---|---|
org.basex.query.expr.constr |
Constructor expressions.
|
org.basex.query.up.primitives.node | |
org.basex.query.util |
XQuery utility classes.
|
org.basex.query.value.node |
Modifier and Type | Field and Description |
---|---|
ANodeList |
Constr.atts
Attribute array.
|
ANodeList |
Constr.children
Node array.
|
Constructor and Description |
---|
InsertAfter(int pre,
Data data,
InputInfo ii,
ANodeList nodes)
Constructor.
|
InsertAttribute(int pre,
Data data,
InputInfo ii,
ANodeList nodes)
Constructor.
|
InsertBefore(int pre,
Data data,
InputInfo ii,
ANodeList nodes)
Constructor.
|
InsertInto(int pre,
Data data,
InputInfo ii,
ANodeList nodes)
Constructor for an insertInto.
|
InsertIntoAsFirst(int pre,
Data data,
InputInfo ii,
ANodeList nodes)
Constructor.
|
InsertIntoAsLast(int pre,
Data data,
InputInfo ii,
ANodeList nodes)
Constructor for an insertInto which is part of a replaceElementContent substitution.
|
ReplaceNode(int pre,
Data data,
InputInfo ii,
ANodeList nodes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBuilder.build(ANodeList nodes)
Fills the data instance with the specified nodes.
|
Constructor and Description |
---|
FDoc(ANodeList children,
byte[] uri)
Constructor.
|
FElem(QNm name,
Atts ns,
ANodeList children,
ANodeList atts)
Constructor for creating an element with nodes, attributes and
namespace declarations.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.