com.hp.hpl.jena.sparql.sse.lang
Class ParserSSEBase

java.lang.Object
  extended by com.hp.hpl.jena.sparql.lang.ParserBase
      extended by com.hp.hpl.jena.sparql.sse.lang.ParserSSEBase
Direct Known Subclasses:
SSE_ParserCore

public class ParserSSEBase
extends ParserBase


Constructor Summary
ParserSSEBase()
           
 
Method Summary
 void setHandler(ParseHandler handler)
           
static void throwParseException(String msg, int line, int column)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.lang.ParserBase
getPrologue, hex, setPrologue, stripChars, unescape, unescapePName, unescapeStr, unescapeStr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserSSEBase

public ParserSSEBase()
Method Detail

setHandler

public void setHandler(ParseHandler handler)

throwParseException

public static void throwParseException(String msg,
                                       int line,
                                       int column)


Licenced under the Apache License, Version 2.0