зеркало из https://github.com/mozilla/gecko-dev.git
Added some comments.
This commit is contained in:
Родитель
d4e5cd94f3
Коммит
33ae33748f
|
@ -59,9 +59,24 @@ public:
|
||||||
*/
|
*/
|
||||||
NS_IMETHOD CreateChildren(nsIRDFContent* element) = 0;
|
NS_IMETHOD CreateChildren(nsIRDFContent* element) = 0;
|
||||||
|
|
||||||
// XXX these should probably be strings so you can mess with them
|
// XXX the following two methods should probably accept strings as
|
||||||
// via the DOM.
|
// parameters so you can mess with them via JS. Also, should they
|
||||||
|
// take a "notify" parameter that would control whether any viewers
|
||||||
|
// of the content model should be informed that the content model is
|
||||||
|
// invalid?
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add a property to the set of "tree properties" that the document
|
||||||
|
* should use when constructing the content model from the RDF
|
||||||
|
* graph.
|
||||||
|
*/
|
||||||
NS_IMETHOD AddTreeProperty(nsIRDFNode* resource) = 0;
|
NS_IMETHOD AddTreeProperty(nsIRDFNode* resource) = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove a property from the set of "tree properties" that the
|
||||||
|
* document should use when constructing the content model from the
|
||||||
|
* RDF graph.
|
||||||
|
*/
|
||||||
NS_IMETHOD RemoveTreeProperty(nsIRDFNode* resource) = 0;
|
NS_IMETHOD RemoveTreeProperty(nsIRDFNode* resource) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче