de.fuberlin.wiwiss.ng4j.triql.parser
Class Q_QuotedURI

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
      extended by de.fuberlin.wiwiss.ng4j.triql.parser.ParsedLiteral
          extended by de.fuberlin.wiwiss.ng4j.triql.parser.Q_URI
              extended by de.fuberlin.wiwiss.ng4j.triql.parser.Q_QuotedURI
All Implemented Interfaces:
com.hp.hpl.jena.rdql.Printable, Settable, Value, Expr, Node

public class Q_QuotedURI
extends Q_URI


Field Summary
 
Fields inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.ParsedLiteral
isBoolean, isDouble, isInt, isRDFLiteral, isRDFResource, isSet, isString, isURI, valBoolean, valDouble, valInt, valRDFLiteral, valRDFResource, valString, valURI
 
Fields inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
children, id, parent, parser
 
Method Summary
 String asQuotedString()
           
 String asUnquotedString()
           
 void fixup(PrefixMapping prefixes)
           
 void jjtClose()
          This method is called after all the child nodes have been added.
static Q_URI makeURI(String s)
           
 String toString()
           
 String valueString()
           
 
Methods inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.ParsedLiteral
asInfixString, asPrefixString, eval, getBoolean, getDouble, getInt, getRDFLiteral, getRDFResource, getString, getURI, isBoolean, isDouble, isInt, isNumber, isRDFLiteral, isRDFResource, isSet, isString, isURI, makeString, print, setBoolean, setDouble, setInt, setRDFLiteral, setRDFResource, setString, setURI, unset
 
Methods inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
dump, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

jjtClose

public void jjtClose()
Description copied from interface: Node
This method is called after all the child nodes have been added.

Specified by:
jjtClose in interface Node
Overrides:
jjtClose in class Q_URI

fixup

public void fixup(PrefixMapping prefixes)
Overrides:
fixup in class SimpleNode

makeURI

public static Q_URI makeURI(String s)

asQuotedString

public String asQuotedString()
Specified by:
asQuotedString in interface Value
Overrides:
asQuotedString in class ParsedLiteral

asUnquotedString

public String asUnquotedString()
Specified by:
asUnquotedString in interface Value
Overrides:
asUnquotedString in class ParsedLiteral

valueString

public String valueString()
Specified by:
valueString in interface Value
Overrides:
valueString in class ParsedLiteral

toString

public String toString()
Specified by:
toString in interface Value
Overrides:
toString in class ParsedLiteral