Uses of Class
org.basex.query.value.node.ANode
Packages that use ANode
Package
Description
Basic DOM API.
XQuery expressions.
XQuery path expressions.
XQuery iterators.
XQuery utility classes.
Query processor, list structures.
Utility classes.
-
Uses of ANode in org.basex.api.dom
Methods in org.basex.api.dom that return ANodeModifier and TypeMethodDescriptionfinal ANodeBXNode.getNode()Returns the internal node representation.Methods in org.basex.api.dom with parameters of type ANodeModifier and TypeMethodDescriptionstatic BXNodeCreates a new DOM node instance for the input node.Constructors in org.basex.api.dom with parameters of type ANode -
Uses of ANode in org.basex.core.users
Methods in org.basex.core.users that return ANodeModifier and TypeMethodDescriptionUser.info()Returns the info element.Users.info()Returns the info element.Methods in org.basex.core.users with parameters of type ANode -
Uses of ANode in org.basex.io.serial
Methods in org.basex.io.serial with parameters of type ANodeModifier and TypeMethodDescriptionstatic StringSerializerOptions.characterMap(ANode elem) Extracts a character map.protected final voidprotected voidSerializes the specified node.protected voidprotected booleanSerializer.skipElement(ANode node) Checks if an element should be skipped. -
Uses of ANode in org.basex.io.serial.json
Methods in org.basex.io.serial.json with parameters of type ANode -
Uses of ANode in org.basex.query.expr
Methods in org.basex.query.expr that return ANodeModifier and TypeMethodDescriptionprotected final ANodeParseExpr.toElem(Expr expr, QueryContext qc) Checks if the specified expression yields an element.protected final ANodeParseExpr.toNode(Expr expr, QueryContext qc) Checks if the specified expression yields a node.protected final ANodeChecks if the specified non-empty item is a node.protected final ANodeParseExpr.toNodeOrNull(Expr expr, QueryContext qc) Checks if the specified expression yields a node ornull.Methods in org.basex.query.expr with parameters of type ANode -
Uses of ANode in org.basex.query.expr.path
Methods in org.basex.query.expr.path with parameters of type ANode -
Uses of ANode in org.basex.query.func.user
Methods in org.basex.query.func.user that return ANode -
Uses of ANode in org.basex.query.iter
Methods in org.basex.query.iter that return ANodeModifier and TypeMethodDescriptionNodeIter.get(long i) abstract ANodeBasicNodeIter.next()abstract ANodeNodeIter.next()Methods in org.basex.query.iter that return types with arguments of type ANode -
Uses of ANode in org.basex.query.up
Methods in org.basex.query.up with parameters of type ANodeModifier and TypeMethodDescriptionUpdates.determineDataRef(ANode target, QueryContext qc) Determines the data reference and pre value for an update primitive which has a fragment as a target node.voidAdds an entry to the pool and decreases its number of occurrence. -
Uses of ANode in org.basex.query.up.primitives
Fields in org.basex.query.up.primitives declared as ANode -
Uses of ANode in org.basex.query.util
Methods in org.basex.query.util that return ANodeModifier and TypeMethodDescriptionstatic ANodeReturns a new node without the specified namespace.Methods in org.basex.query.util with parameters of type ANode -
Uses of ANode in org.basex.query.util.list
Methods in org.basex.query.util.list that return ANodeModifier and TypeMethodDescriptionprotected ANode[]ANodeBuilder.newArray(int s) protected ANode[]ANodeList.newArray(int s) Methods in org.basex.query.util.list that return types with arguments of type ANodeMethods in org.basex.query.util.list with parameters of type ANode -
Uses of ANode in org.basex.query.value.node
Subclasses of ANode in org.basex.query.value.nodeModifier and TypeClassDescriptionclassDatabase node.final classAttribute node fragment.final classComment node fragment.final classDocument node fragment.final classElement node fragment.classMain-memory node fragment.final classNamespace node.final classPI node fragment.final classDisk-based full-text Node item.final classDatabase node with full-text positions.final classText node fragment.Methods in org.basex.query.value.node that return ANodeModifier and TypeMethodDescriptionabstract ANodeANode.finish()Returns a finalized node instance.abstract ANodeANode.materialize(QueryContext qc, boolean copy) ANode.optimize()Minimizes the memory consumption of the node.abstract ANodeANode.parent()Returns the parent node.final ANodeDBNode.parent()final ANodeFNode.parent()final ANodeANode.root()Returns the root of a node (the topmost ancestor without parent node).Methods in org.basex.query.value.node with parameters of type ANodeModifier and TypeMethodDescriptionAdds a node and updates its parent reference.Adds a node and updates its parent reference.abstract intChecks the document order of two nodes.final intfinal intabstract booleanChecks if two nodes are identical.final booleanfinal boolean -
Uses of ANode in org.basex.util
Methods in org.basex.util with parameters of type ANodeModifier and TypeMethodDescriptionstatic byte[]Returns the value of the requested attribute, or an error.static <E extends Enum<E>>
EReturns an enum instance for the requested attribute.static BasicNodeIterReturns child elements.static BasicNodeIterReturns child elements. -
Uses of ANode in org.basex.util.http
Methods in org.basex.util.http with parameters of type ANodeModifier and TypeMethodDescriptionParses an http:request element.HttpClient.sendRequest(byte[] href, ANode request, Value bodies) Sends an HTTP request and returns the response.