rdfIDataSource
IID: | ebce86bd-1568-4a34-a808-9ccf9cde8087 |
Inherits From: | nsISupports |
Status: | PLASMA |
Interface used in RDF to describe data sources.
Methods
void visitAllSubjects ( rdfITripleVisitor* visitor )
void visitAllTriples ( rdfITripleVisitor* visitor )
void visitAllSubjects ( rdfITripleVisitor* visitor )
Visit all the subject resources in the datasource. The order is intederminate and may change from one invocation to the next. The subjects will be in the subject argument in calls into visitor, predicate and object will be null.
- Arguments:
- visitor
void visitAllTriples ( rdfITripleVisitor* visitor )
Visit all the triples in the datasource. The order is intederminate and may change from one invocation to the next.
- Arguments:
- visitor
Reference documentation is generated from Mozilla's source.