Uses of Interface
org.apache.jena.sparql.syntax.TripleCollectorMark
Packages that use TripleCollectorMark
Package
Description
-
Uses of TripleCollectorMark in org.apache.jena.sparql.lang.arq
Methods in org.apache.jena.sparql.lang.arq with parameters of type TripleCollectorMarkModifier and TypeMethodDescriptionfinal NodeARQParser.Collection(TripleCollectorMark acc) final NodeARQParser.CollectionPath(TripleCollectorMark acc) final NodeARQParser.GraphNode(TripleCollectorMark acc) final NodeARQParser.GraphNodePath(TripleCollectorMark acc) final NodeARQParser.TriplesNode(TripleCollectorMark acc) final NodeARQParser.TriplesNodePath(TripleCollectorMark acc) -
Uses of TripleCollectorMark in org.apache.jena.sparql.lang.sparql_10
Methods in org.apache.jena.sparql.lang.sparql_10 with parameters of type TripleCollectorMarkModifier and TypeMethodDescriptionfinal NodeSPARQLParser10.BlankNodePropertyList(TripleCollectorMark acc) final NodeSPARQLParser10.Collection(TripleCollectorMark acc) final voidSPARQLParser10.ConstructTriples(TripleCollectorMark acc) final NodeSPARQLParser10.GraphNode(TripleCollectorMark acc) final voidSPARQLParser10.Object(Node s, Node p, Path path, TripleCollectorMark acc) final voidSPARQLParser10.ObjectList(Node s, Node p, Path path, TripleCollectorMark acc) final voidSPARQLParser10.PropertyList(Node s, TripleCollectorMark acc) final voidSPARQLParser10.PropertyListNotEmpty(Node s, TripleCollectorMark acc) final NodeSPARQLParser10.TriplesNode(TripleCollectorMark acc) final voidSPARQLParser10.TriplesSameSubject(TripleCollectorMark acc) -
Uses of TripleCollectorMark in org.apache.jena.sparql.lang.sparql_11
Methods in org.apache.jena.sparql.lang.sparql_11 with parameters of type TripleCollectorMarkModifier and TypeMethodDescriptionfinal NodeSPARQLParser11.Collection(TripleCollectorMark acc) final NodeSPARQLParser11.CollectionPath(TripleCollectorMark acc) final NodeSPARQLParser11.GraphNode(TripleCollectorMark acc) final NodeSPARQLParser11.GraphNodePath(TripleCollectorMark acc) final NodeSPARQLParser11.TriplesNode(TripleCollectorMark acc) final NodeSPARQLParser11.TriplesNodePath(TripleCollectorMark acc) -
Uses of TripleCollectorMark in org.apache.jena.sparql.lang.sparql_12
Methods in org.apache.jena.sparql.lang.sparql_12 with parameters of type TripleCollectorMarkModifier and TypeMethodDescriptionfinal NodeSPARQLParser12.Collection(TripleCollectorMark acc) final NodeSPARQLParser12.CollectionPath(TripleCollectorMark acc) final NodeSPARQLParser12.GraphNode(TripleCollectorMark acc) final NodeSPARQLParser12.GraphNodePath(TripleCollectorMark acc) final NodeSPARQLParser12.TriplesNode(TripleCollectorMark acc) final NodeSPARQLParser12.TriplesNodePath(TripleCollectorMark acc) -
Uses of TripleCollectorMark in org.apache.jena.sparql.modify.request
Classes in org.apache.jena.sparql.modify.request that implement TripleCollectorMarkModifier and TypeClassDescriptionclassAccumulate quads (excluding allowing variables) during parsing. -
Uses of TripleCollectorMark in org.apache.jena.sparql.syntax
Classes in org.apache.jena.sparql.syntax that implement TripleCollectorMarkModifier and TypeClassDescriptionclassA SPARQL BasicGraphPattern (SPARQL 1.1)classThe syntax element for a SPARQL BasicGraphPattern (SPARQL 1.0)classA triples-only TripleCollector.