JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Exception Summary
Error Summary
Class
Description
AbstractASTVisitor
Base class for visitors of the SPARQL AST.
ASTAbs
ASTAdd
ASTAggregate
ASTAnd
ASTAskQuery
ASTAvg
ASTBaseDecl
ASTBasicGraphPattern
ASTBind
ASTBindingsClause
ASTBindingSet
ASTBindingValue
ASTBlankNode
ASTBlankNodePropertyList
ASTBNodeFunc
ASTBound
ASTCeil
ASTClear
ASTCoalesce
ASTCollection
ASTCompare
ASTConcat
ASTConstraint
ASTConstruct
ASTConstructQuery
ASTConstTripleRef
ASTContains
ASTCopy
ASTCount
ASTCreate
ASTDatasetClause
ASTDatatype
ASTDay
ASTDeleteClause
ASTDeleteData
ASTDeleteWhere
ASTDescribe
ASTDescribeQuery
ASTDrop
ASTEncodeForURI
ASTExistsFunc
ASTFalse
ASTFloor
ASTFunctionCall
ASTGraphGraphPattern
ASTGraphOrDefault
ASTGraphPatternGroup
ASTGraphRefAll
ASTGroupClause
ASTGroupConcat
ASTGroupCondition
ASTHavingClause
ASTHours
ASTIf
ASTIn
ASTInfix
ASTInlineData
ASTInsertClause
ASTInsertData
ASTIRI
ASTIRIFunc
ASTIsBlank
ASTIsIRI
ASTIsLiteral
ASTIsNumeric
ASTLang
ASTLangMatches
ASTLimit
ASTLoad
ASTLowerCase
ASTMath
ASTMax
ASTMD5
ASTMin
ASTMinusGraphPattern
ASTMinutes
ASTModify
ASTMonth
ASTMove
ASTNot
ASTNotExistsFunc
ASTNotIn
ASTNow
ASTNumericLiteral
ASTObjectList
ASTOffset
ASTOperation
ASTOperationContainer
Abstract supertype of
ASTQueryContainer
and
ASTUpdateContainer
ASTOptionalGraphPattern
ASTOr
ASTOrderClause
ASTOrderCondition
ASTPathAlternative
ASTPathElt
ASTPathMod
ASTPathNegatedPropertySet
ASTPathOneInPropertySet
ASTPathSequence
ASTPrefixDecl
ASTProjectionElem
ASTPropertyList
ASTPropertyListPath
ASTQName
ASTQuadsNotTriples
ASTQuery
ASTQueryContainer
ASTRand
ASTRDFLiteral
ASTRDFValue
ASTRegexExpression
ASTReplace
ASTRound
ASTSameTerm
ASTSample
ASTSeconds
ASTSelect
ASTSelectQuery
ASTServiceGraphPattern
ASTSHA1
ASTSHA224
ASTSHA256
ASTSHA384
ASTSHA512
ASTStr
ASTStrAfter
ASTStrBefore
ASTStrDt
ASTStrEnds
ASTString
ASTStrLang
ASTStrLen
ASTStrStarts
ASTSTRUUID
ASTSubstr
ASTSum
ASTTimezone
ASTTripleRef
ASTTriplesSameSubject
ASTTriplesSameSubjectPath
ASTTrue
ASTTz
ASTUnionGraphPattern
ASTUnparsedQuadDataBlock
ASTUpdate
ASTUpdateContainer
ASTUpdateSequence
ASTUpperCase
ASTUUID
ASTVar
ASTVisitorBase
Deprecated.
since 2.0.
ASTWhereClause
ASTYear
BaseDeclProcessor
Resolves relative URIs in a query model using either an external base URI or using the base URI specified in the query model itself.
BlankNodeVarProcessor
Processes blank nodes in the query body, replacing them with variables while retaining scope.
CharStream
This interface describes a character stream that maintains line and column number positions of the characters.
ConstructorBuilder
DatasetDeclProcessor
Extracts a SPARQL
Dataset
from an ASTQueryContainer, if one is contained.
GraphPattern
A graph pattern consisting of (required and optional) tuple expressions, binding assignments and boolean constraints.
JavaCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JJTSyntaxTreeBuilderState
Node
ParseException
This exception is thrown when parse errors are encountered.
PrefixDeclProcessor
Processes the prefix declarations in a SPARQL query model.
PropertySetElem
SimpleNode
SPARQLParser
SPARQLParserFactory
A
QueryParserFactory
for SPARQL parsers.
SPARQLQueries
Utility functions for working with SPARQL query strings.
SPARQLUpdateDataBlockParser
An extension of
TriGStarParser
that processes data in the format specified in the SPARQL 1.1 grammar for Quad data (assuming no variables, as is the case for INSERT DATA and DELETE DATA operations).
SPARQLUtil
Deprecated.
since 3.6.0 Use
SPARQLQueries
instead.
StringEscapesProcessor
Processes escape sequences in strings, replacing the escape sequence with their actual value.
SyntaxTreeBuilder
SyntaxTreeBuilderConstants
Token literal values and constants.
SyntaxTreeBuilderTokenManager
Token Manager.
SyntaxTreeBuilderTreeConstants
SyntaxTreeBuilderVisitor
Token
Describes the input token stream.
TokenMgrError
Token Manager Error.
TripleRefCollector
TupleExprBuilder
A SPARQL AST visitor implementation that creates a query algebra representation of the query.
UnicodeEscapeStream
UpdateExprBuilder
Extension of TupleExprBuilder that builds Update Expressions.
VisitorException
WildcardProjectionProcessor
Deprecated.
since 3.0.