Package | Description |
---|---|
org.apache.jena.riot.thrift | |
org.apache.jena.riot.thrift.wire |
Modifier and Type | Method and Description |
---|---|
void |
VisitorStreamRowTRDF.visit(RDF_PrefixDecl prefix) |
void |
StreamRowTRDFPrinter.visit(RDF_PrefixDecl prefix) |
void |
Thrift2StreamRDF.visit(RDF_PrefixDecl prefixDecl) |
Modifier and Type | Method and Description |
---|---|
RDF_PrefixDecl |
RDF_PrefixDecl.deepCopy() |
RDF_PrefixDecl |
RDF_StreamRow.getPrefixDecl() |
RDF_PrefixDecl |
RDF_PrefixDecl.setPrefix(String prefix) |
RDF_PrefixDecl |
RDF_PrefixDecl.setUri(String uri) |
Modifier and Type | Method and Description |
---|---|
int |
RDF_PrefixDecl.compareTo(RDF_PrefixDecl other) |
boolean |
RDF_PrefixDecl.equals(RDF_PrefixDecl that) |
static RDF_StreamRow |
RDF_StreamRow.prefixDecl(RDF_PrefixDecl value) |
void |
RDF_StreamRow.setPrefixDecl(RDF_PrefixDecl value) |
Constructor and Description |
---|
RDF_PrefixDecl(RDF_PrefixDecl other)
Performs a deep copy on other.
|
Licenced under the Apache License, Version 2.0