Uses of Interface
org.apache.jena.rdf.model.RDFVisitor
Packages that use RDFVisitor
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of RDFVisitor in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model with parameters of type RDFVisitorModifier and TypeMethodDescriptionRDFNode.visitWith(RDFVisitor rv) Apply the appropriate method of the visitor to this node's content and return the result. -
Uses of RDFVisitor in org.apache.jena.rdf.model.impl
Methods in org.apache.jena.rdf.model.impl with parameters of type RDFVisitorModifier and TypeMethodDescriptionLiteralImpl.visitWith(RDFVisitor rv) ResourceImpl.visitWith(RDFVisitor rv) StatementTermImpl.visitWith(RDFVisitor rv)