Uses of Interface
com.hp.hpl.jena.sparql.syntax.ElementVisitor

Packages that use ElementVisitor
com.hp.hpl.jena.sparql.lang   
com.hp.hpl.jena.sparql.serializer   
com.hp.hpl.jena.sparql.syntax   
 

Uses of ElementVisitor in com.hp.hpl.jena.sparql.lang
 

Classes in com.hp.hpl.jena.sparql.lang that implement ElementVisitor
static class SyntaxVarScope.ScopeChecker
           
 

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

Classes in com.hp.hpl.jena.sparql.serializer that implement ElementVisitor
 class FormatterElement
           
 

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

Classes in com.hp.hpl.jena.sparql.syntax that implement ElementVisitor
 class ElementVisitorBase
          A ElementVisitor that does nothing.
static class ElementWalker.Walker
           
static class PatternVars.WalkerSkipMinus
           
 class PatternVarsVisitor
           
 class RecursiveElementVisitor
           Visitor pattern helper that walks the entire tree calling operations are various points in the walking process.
 

Methods in com.hp.hpl.jena.sparql.syntax with parameters of type ElementVisitor
 void ElementData.visit(ElementVisitor v)
           
 void ElementNamedGraph.visit(ElementVisitor v)
           
 void ElementFilter.visit(ElementVisitor v)
           
 void ElementExists.visit(ElementVisitor v)
           
 void ElementOptional.visit(ElementVisitor v)
           
 void ElementGroup.visit(ElementVisitor v)
           
 void ElementSubQuery.visit(ElementVisitor v)
           
 void ElementTriplesBlock.visit(ElementVisitor v)
           
 void ElementMinus.visit(ElementVisitor v)
           
 void ElementPathBlock.visit(ElementVisitor v)
           
 void ElementBind.visit(ElementVisitor v)
           
 void ElementFetch.visit(ElementVisitor v)
           
 void ElementNotExists.visit(ElementVisitor v)
           
 void ElementService.visit(ElementVisitor v)
           
 void ElementDataset.visit(ElementVisitor v)
           
abstract  void Element.visit(ElementVisitor v)
           
 void ElementAssign.visit(ElementVisitor v)
           
 void ElementUnion.visit(ElementVisitor v)
           
static void ElementWalker.walk(Element el, ElementVisitor visitor)
           
 

Constructors in com.hp.hpl.jena.sparql.syntax with parameters of type ElementVisitor
RecursiveElementVisitor(ElementVisitor visitor)
           
 



Licenced under the Apache License, Version 2.0