Uses of Class
org.apache.jena.sparql.syntax.ElementPathBlock
Packages that use ElementPathBlock
Package
Description
-
Uses of ElementPathBlock in org.apache.jena.sparql.lang.arq
Methods in org.apache.jena.sparql.lang.arq with parameters of type ElementPathBlock -
Uses of ElementPathBlock in org.apache.jena.sparql.lang.sparql_11
Methods in org.apache.jena.sparql.lang.sparql_11 with parameters of type ElementPathBlockModifier and TypeMethodDescriptionfinal Element
SPARQLParser11.TriplesBlock
(ElementPathBlock acc) -
Uses of ElementPathBlock in org.apache.jena.sparql.lang.sparql_12
Methods in org.apache.jena.sparql.lang.sparql_12 with parameters of type ElementPathBlockModifier and TypeMethodDescriptionfinal Element
SPARQLParser12.TriplesBlock
(ElementPathBlock acc) -
Uses of ElementPathBlock in org.apache.jena.sparql.serializer
Methods in org.apache.jena.sparql.serializer with parameters of type ElementPathBlock -
Uses of ElementPathBlock in org.apache.jena.sparql.syntax
Methods in org.apache.jena.sparql.syntax with parameters of type ElementPathBlockModifier and TypeMethodDescriptionvoid
ElementVisitor.visit
(ElementPathBlock el) void
ElementVisitorBase.visit
(ElementPathBlock el) void
PatternVarsVisitor.visit
(ElementPathBlock el) -
Uses of ElementPathBlock in org.apache.jena.sparql.syntax.syntaxtransform
Methods in org.apache.jena.sparql.syntax.syntaxtransform with parameters of type ElementPathBlockModifier and TypeMethodDescriptionElementTransform.transform
(ElementPathBlock el) ElementTransformCopyBase.transform
(ElementPathBlock el) ElementTransformIdentity.transform
(ElementPathBlock el) ElementTransformSubst.transform
(ElementPathBlock el)