Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer
Packages that use ASTOperationContainer
Package
Description
The rdf4j SPARQL 1.1 parser.
SPARQL 1.1 Abstract Syntax Tree (AST) parser.
-
Uses of ASTOperationContainer in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ASTOperationContainerModifier and TypeMethodDescriptionstatic void
BaseDeclProcessor.process
(ASTOperationContainer qc, String externalBaseURI) Resolves relative URIs in the supplied query model using either the specified externalBaseURI or, if this parameter is null, the base URI specified in the query model itself.BlankNodeVarProcessor.process
(ASTOperationContainer qc) static Dataset
DatasetDeclProcessor.process
(ASTOperationContainer qc) Extracts a SPARQLDataset
from an ASTQueryContainer, if one is contained.PrefixDeclProcessor.process
(ASTOperationContainer qc, Map<String, String> customDefaultPrefixes) Processes prefix declarations in queries.static void
StringEscapesProcessor.process
(ASTOperationContainer qc) Processes escape sequences in ASTString objects.static void
WildcardProjectionProcessor.process
(ASTOperationContainer container) Deprecated. -
Uses of ASTOperationContainer in org.eclipse.rdf4j.query.parser.sparql.ast
Subclasses of ASTOperationContainer in org.eclipse.rdf4j.query.parser.sparql.ast