Uses of Class
org.mulgara.mrg.Literal

Packages that use Literal
org.mulgara.mrg   
org.mulgara.mrg.writer   
 

Uses of Literal in org.mulgara.mrg
 

Methods in org.mulgara.mrg that return Literal
static Literal XSDMapper.literal(boolean n)
           
static Literal XSDMapper.literal(byte n)
           
static Literal XSDMapper.literal(byte[] data)
           
static Literal XSDMapper.literal(Date d)
           
static Literal XSDMapper.literal(double n)
           
static Literal XSDMapper.literal(float n)
           
static Literal XSDMapper.literal(int n)
           
static Literal XSDMapper.literal(long n)
           
static Literal XSDMapper.literal(Number n)
           
static Literal XSDMapper.literal(Object o)
          Create a literal based on a Java object.
static Literal XSDMapper.literal(short n)
           
 

Methods in org.mulgara.mrg with parameters of type Literal
 boolean Literal.valueEquals(Literal l)
          Equality by value.
 

Uses of Literal in org.mulgara.mrg.writer
 

Methods in org.mulgara.mrg.writer with parameters of type Literal
protected  void XMLWriter.emitPropVal(PrintStream o, Uri property, Literal value)
          Prints a single property/value pair where the value is a literal.
protected  String N3Writer.formatLiteral(Literal l)
          Formats a literal for printing.
 



Copyright © 2011. All Rights Reserved.