WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

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

References

This interface is passed as an argument to the following methods:

rdfISerializer.serialize

Reference documentation is generated from Mozilla's source.