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()
triple()
static EltStreamRDF
-
Method Details
-
isTriple
public boolean isTriple() -
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
-