java.lang.Object
org.apache.jena.riot.system.EltStreamRDF
- All Implemented Interfaces:
Serializable
An item of a StreamRDF, including exceptions.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic EltStreamRDF
boolean
static EltStreamRDF
getType()
int
hashCode()
iri()
boolean
isBase()
boolean
boolean
isPrefix()
boolean
isQuad()
boolean
isTriple()
prefix()
static EltStreamRDF
quad()
static EltStreamRDF
toString()
org.apache.jena.graph.Triple
triple()
static EltStreamRDF
triple
(org.apache.jena.graph.Triple triple)
-
Method Details
-
isTriple
public boolean isTriple() -
triple
public org.apache.jena.graph.Triple triple() -
isQuad
public boolean isQuad() -
quad
-
isPrefix
public boolean isPrefix() -
prefix
-
isBase
public boolean isBase() -
iri
-
isException
public boolean isException() -
exception
-
getType
-
hashCode
public int hashCode() -
equals
-
toString
-
triple
-
quad
-
base
-
prefix
-
exception
-