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

Packages that use ElementPathBlock
com.hp.hpl.jena.sparql.lang.arq   
com.hp.hpl.jena.sparql.lang.sparql_11   
com.hp.hpl.jena.sparql.serializer   
com.hp.hpl.jena.sparql.syntax   
 

Uses of ElementPathBlock in com.hp.hpl.jena.sparql.lang.arq
 

Methods in com.hp.hpl.jena.sparql.lang.arq with parameters of type ElementPathBlock
 Element ARQParser.TriplesBlock(ElementPathBlock acc)
           
 

Uses of ElementPathBlock in com.hp.hpl.jena.sparql.lang.sparql_11
 

Methods in com.hp.hpl.jena.sparql.lang.sparql_11 with parameters of type ElementPathBlock
 Element SPARQLParser11.TriplesBlock(ElementPathBlock acc)
           
 

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

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

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

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



Licenced under the Apache License, Version 2.0