Uses of Class
org.basex.query.value.node.FElem
Packages that use FElem
Package
Description
XQuery implementation.
Constructor expressions.
Functions in the fn namespace.
Inspection Functions.
Unit Functions.
XQuery Functions.
-
Uses of FElem in org.basex.core.jobs
Methods in org.basex.core.jobs that return FElem -
Uses of FElem in org.basex.core.users
Methods in org.basex.core.users that return FElem -
Uses of FElem in org.basex.query
Methods in org.basex.query that return FElemModifier and TypeMethodDescriptionQueryPlan.attachVariable(FElem elem, Var var, boolean type) Attaches variable information to the specified element.Creates a new element node to be added to the query plan.Creates a new element node to be added to the query plan.QueryContext.plan(boolean full) Creates and returns an XML query plan (expression tree) for this query.QueryPlan.root()Returns the root node.Methods in org.basex.query with parameters of type FElemModifier and TypeMethodDescriptionvoidAdds children to the specified element.voidAdds children to the specified element.voidQueryPlan.addAttribute(FElem elem, Object name, Object value) Adds an attribute to the specified element if the specified value is notnull.voidQueryPlan.addElement(FElem elem, FElem child) Adds a child element to the specified element.QueryPlan.attachVariable(FElem elem, Var var, boolean type) Attaches variable information to the specified element. -
Uses of FElem in org.basex.query.expr.constr
Methods in org.basex.query.expr.constr that return FElem -
Uses of FElem in org.basex.query.func.fn
Methods in org.basex.query.func.fn that return FElem -
Uses of FElem in org.basex.query.func.inspect
Methods in org.basex.query.func.inspect that return FElemModifier and TypeMethodDescriptionprotected abstract FElemCreates a new element.protected abstract FElemCreates an element.abstract FElemParses a module and returns an inspection element.Methods in org.basex.query.func.inspect with parameters of type FElem -
Uses of FElem in org.basex.query.func.unit
Methods in org.basex.query.func.unit that return FElem -
Uses of FElem in org.basex.query.func.web
Methods in org.basex.query.func.web that return FElemModifier and TypeMethodDescriptionWebForward.item(QueryContext qc, InputInfo ii) WebRedirect.item(QueryContext qc, InputInfo ii) -
Uses of FElem in org.basex.query.func.xquery
Methods in org.basex.query.func.xquery that return FElemModifier and TypeMethodDescriptionXQueryParse.item(QueryContext qc, InputInfo ii) XQueryParseUri.item(QueryContext qc, InputInfo ii) protected final FElemXQueryParse.parse(QueryContext qc, byte[] query, String path) Parses the specified query and returns the resulting query plan. -
Uses of FElem in org.basex.query.value.node
Methods in org.basex.query.value.node that return FElemModifier and TypeMethodDescriptionFElem.add(byte[] text) Creates and adds a text node if the specified value is not empty.FElem.add(byte[] nm, byte[] val) Adds an attribute and updates its parent reference.Adds an attribute and updates its parent reference.Creates and adds a text node if the specified value is not empty.Adds an attribute and updates its parent reference.Adds an attribute and updates its parent reference.Adds an attribute and updates its parent reference.Adds an attribute and updates its parent reference.Adds a node and updates its parent reference.FElem.declareNS()Adds a namespace declaration for the QName of this element.FElem.materialize(QueryContext qc, boolean copy) FElem.optimize()