Interface ICommentRdfHandler
Interface for Handlers which are able to accept comments.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public interface ICommentRdfHandler : IRdfHandler, INodeFactory
Methods
| Edit this page View SourceHandleComment(string)
Handles a Comment.
Declaration
bool HandleComment(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | The text String of the Comment. |
Returns
Type | Description |
---|---|
bool | Should return true if parsing should continue or false if it should be aborted. |