This commit is contained in:
waterson%netscape.com 1999-01-05 21:36:05 +00:00
Родитель 9fd3cd02fd
Коммит 8d13344f04
3 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -17,6 +17,12 @@
* Netscape Communications Corporation. All Rights Reserved.
*/
/*
An interface for RDF content model elements.
*/
#ifndef nsIRDFContent_h___
#define nsIRDFContent_h___

Просмотреть файл

@ -16,6 +16,14 @@
* Corporation. Portions created by Netscape are Copyright (C) 1998
* Netscape Communications Corporation. All Rights Reserved.
*/
/*
An RDF-specific content sink. The content sink is targeted by the
parser for building the RDF content model.
*/
#ifndef nsIRDFContentSink_h___
#define nsIRDFContentSink_h___

Просмотреть файл

@ -17,6 +17,14 @@
* Netscape Communications Corporation. All Rights Reserved.
*/
/*
An RDF-specific extension to nsIXMLDocument. Includes methods for
setting the root resource of the document content model, a factory
method for constructing the children of a node, etc.
*/
#ifndef nsIRDFDocument_h___
#define nsIRDFDocument_h___