Uses of Class
com.hp.hpl.jena.sparql.syntax.ElementService

Packages that use ElementService
com.hp.hpl.jena.sparql.algebra.op   
com.hp.hpl.jena.sparql.serializer   
com.hp.hpl.jena.sparql.syntax   
 

Uses of ElementService in com.hp.hpl.jena.sparql.algebra.op
 

Methods in com.hp.hpl.jena.sparql.algebra.op that return ElementService
 ElementService OpService.getServiceElement()
           
 

Constructors in com.hp.hpl.jena.sparql.algebra.op with parameters of type ElementService
OpService(com.hp.hpl.jena.graph.Node serviceNode, Op subOp, ElementService elt, boolean silent)
           
 

Uses of ElementService in com.hp.hpl.jena.sparql.serializer
 

Methods in com.hp.hpl.jena.sparql.serializer with parameters of type ElementService
 void FormatterElement.visit(ElementService el)
           
 

Uses of ElementService in com.hp.hpl.jena.sparql.syntax
 

Methods in com.hp.hpl.jena.sparql.syntax with parameters of type ElementService
 void RecursiveElementVisitor.endElement(ElementService el)
           
 void RecursiveElementVisitor.startElement(ElementService el)
           
 void RecursiveElementVisitor.visit(ElementService el)
           
 void ElementVisitor.visit(ElementService el)
           
 void ElementWalker.Walker.visit(ElementService el)
           
 void ElementVisitorBase.visit(ElementService el)
           
 



Licenced under the Apache License, Version 2.0