A “sink” that receives and processes RDF/XML. This interface is used
by the RDF/XML parser.
Initiate the RDF/XML load.
Suspend the RDF/XML load.
Resume the RDF/XML load.
Complete the RDF/XML load.
Add namespace information to the RDF/XML sink.
aPrefix | the namespace prefix |
aURI | the namespace URI |
Add an observer that will be notified as the RDF/XML load
progresses.
Note that the sink will acquire a strong reference to the observer, so care should be taken to avoid cyclical references that cannot be released (i.e., if the observer holds a reference to the sink, it should be sure that it eventually clears the reference). #### Parameters ####
aObserver | the observer to add to the sink's set of load observers. |
aObserver | the observer to remove. |
true
if the sink is read-only and cannot
be modified