Class NullHandler
A RDF Handler that ignores everything it handles.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Handlers
Assembly: dotNetRDF.dll
Syntax
public class NullHandler : BaseRdfHandler, IRdfHandler, INodeFactory
Remarks
Useful if you simply want to parse some RDF to see if it parses and don't care about the actual data being parsed.
Constructors
| Improve this Doc View SourceNullHandler()
Creates a new Null Handler.
Declaration
public NullHandler()
Properties
| Improve this Doc View SourceAcceptsAll
Indicates that the Handler accepts all Triples.
Declaration
public override bool AcceptsAll { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
| Improve this Doc View SourceHandleTripleInternal(Triple)
Handles a Triple by doing nothing.
Declaration
protected override bool HandleTripleInternal(Triple t)
Parameters
Type | Name | Description |
---|---|---|
Triple | t | Triple. |
Returns
Type | Description |
---|---|
System.Boolean |