Uses of Interface
com.hp.hpl.jena.sparql.sse.lang.ParseHandler

Packages that use ParseHandler
com.hp.hpl.jena.sparql.sse.lang   
 

Uses of ParseHandler in com.hp.hpl.jena.sparql.sse.lang
 

Classes in com.hp.hpl.jena.sparql.sse.lang that implement ParseHandler
 class ParseHandler2
          Splitter for parser handlers.
 class ParseHandlerDebug
          Tracing parser handler - logs what the core parse sees
 class ParseHandlerForm
          Resolve syntacic forms like (base ...) and (prefix...) where the syntax modifies the enclosed sub term.
 class ParseHandlerLink
           
 class ParseHandlerPlain
           
 class ParseHandlerResolver
          Resolve syntacic forms like (base ...) and (prefix...) where the syntax modifies the enclosed sub term.
 class ParseHandlerWrapper
          Warpper parser handler with pass-through for all operations.
 

Methods in com.hp.hpl.jena.sparql.sse.lang with parameters of type ParseHandler
static void SSE_Parser.parse(Reader reader, ParseHandler handler)
           
 void ParserSSEBase.setHandler(ParseHandler handler)
           
static void SSE_Parser.term(Reader reader, ParseHandler handler)
           
 

Constructors in com.hp.hpl.jena.sparql.sse.lang with parameters of type ParseHandler
ParseHandler2(ParseHandler handler1, ParseHandler handler2)
           
ParseHandlerWrapper(ParseHandler handler)
           
 



Licenced under the Apache License, Version 2.0