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

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_QName
All Implemented Interfaces:
com.hp.hpl.jena.rdql.Printable, Settable, Value, Expr, Node

public class Q_QName
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
 
Constructor Summary
Q_QName(int id)
           
Q_QName(TriQLParser p, int id)
           
 
Method Summary
 String asQuotedString()
           
 String asUnquotedString()
           
 void fixup(PrefixMapping prefixes)
           
 void jjtClose()
          This method is called after all the child nodes have been added.
 String toString()
           
 String valueString()
           
 
Methods inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.Q_URI
makeURI
 
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
 

Constructor Detail

Q_QName

public Q_QName(int id)

Q_QName

public Q_QName(TriQLParser p,
               int id)
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

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