Uses of Class
org.apache.jena.sparql.syntax.ElementService
Packages that use ElementService
Package
Description
-
Uses of ElementService in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return ElementServiceConstructors in org.apache.jena.sparql.algebra.op with parameters of type ElementServiceModifierConstructorDescriptionOpService
(org.apache.jena.graph.Node serviceNode, Op subOp, ElementService elt, boolean silent) -
Uses of ElementService in org.apache.jena.sparql.serializer
Methods in org.apache.jena.sparql.serializer with parameters of type ElementService -
Uses of ElementService in org.apache.jena.sparql.syntax
Methods in org.apache.jena.sparql.syntax with parameters of type ElementServiceModifier and TypeMethodDescriptionvoid
ElementVisitor.visit
(ElementService el) void
ElementVisitorBase.visit
(ElementService el) -
Uses of ElementService in org.apache.jena.sparql.syntax.syntaxtransform
Methods in org.apache.jena.sparql.syntax.syntaxtransform with parameters of type ElementServiceModifier and TypeMethodDescriptionElementTransform.transform
(ElementService el, org.apache.jena.graph.Node service, Element subElt) ElementTransformCopyBase.transform
(ElementService el, org.apache.jena.graph.Node service, Element elt1) ElementTransformIdentity.transform
(ElementService el, org.apache.jena.graph.Node service, Element subElt)