org.openjena.riot
Class Lang

java.lang.Object
  extended by org.openjena.riot.Lang

Deprecated. Use RDFLanguages or Lang

@Deprecated
public class Lang
extends Object


Field Summary
static Lang N3
          Deprecated. Use constant from RDFLanguages
static Lang NQUADS
          Deprecated. Use constant from RDFLanguages
static Lang NTRIPLES
          Deprecated. Use constant from RDFLanguages
static Lang RDFJSON
          Deprecated. Use constant from RDFLanguages
static Lang RDFXML
          Deprecated. Use constant from RDFLanguages
static Lang TRIG
          Deprecated. Use constant from RDFLanguages
static Lang TURTLE
          Deprecated. Use constant from RDFLanguages
 
Constructor Summary
Lang()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RDFXML

@Deprecated
public static final Lang RDFXML
Deprecated. Use constant from RDFLanguages

NTRIPLES

@Deprecated
public static final Lang NTRIPLES
Deprecated. Use constant from RDFLanguages

N3

@Deprecated
public static final Lang N3
Deprecated. Use constant from RDFLanguages

TURTLE

@Deprecated
public static final Lang TURTLE
Deprecated. Use constant from RDFLanguages

RDFJSON

@Deprecated
public static final Lang RDFJSON
Deprecated. Use constant from RDFLanguages

NQUADS

@Deprecated
public static final Lang NQUADS
Deprecated. Use constant from RDFLanguages

TRIG

@Deprecated
public static final Lang TRIG
Deprecated. Use constant from RDFLanguages
Constructor Detail

Lang

public Lang()
Deprecated. 


Licenced under the Apache License, Version 2.0