Uses of Class
org.apache.jena.riot.thrift.wire.RDF_PrefixDecl
Packages that use RDF_PrefixDecl
-
Uses of RDF_PrefixDecl in org.apache.jena.riot.thrift
Methods in org.apache.jena.riot.thrift with parameters of type RDF_PrefixDeclModifier and TypeMethodDescriptionvoid
StreamRowTRDFPrinter.visit
(RDF_PrefixDecl prefix) void
Thrift2StreamRDF.visit
(RDF_PrefixDecl prefixDecl) void
VisitorStreamRowTRDF.visit
(RDF_PrefixDecl prefix) -
Uses of RDF_PrefixDecl in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_PrefixDeclMethods in org.apache.jena.riot.thrift.wire with parameters of type RDF_PrefixDeclModifier and TypeMethodDescriptionint
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) Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_PrefixDeclModifierConstructorDescriptionRDF_PrefixDecl
(RDF_PrefixDecl other) Performs a deep copy on other.