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.
rdfITripleVisitor
| IID: | aafea151-c271-4505-9978-a100d292800c |
| Inherits From: | nsISupports |
| Status: | PLASMA |
Interface used in RDF to enumerate triples. Also used by rdfIDataSource::getAllSubjects, then aPredicate, aObject and aTruthValue are ignored.
Methods
void visit ( nsIRDFNode subject , nsIRDFResource predicate , nsIRDFNode object , PRBool truthValue )
void visit ( nsIRDFNode subject , nsIRDFResource predicate , nsIRDFNode object , PRBool truthValue )
Callback function for returning query results.
- Arguments:
- subject: , predicate, object describe the (sub-)arc
- predicate
- object
- truthValue
References
This interface is passed as an argument to the following methods:
rdfIDataSource.visitAllSubjects, rdfIDataSource.visitAllTriples
Reference documentation is generated from Mozilla's source.
