Click or drag to resize

TextEvent Constructor (String, String)

Creates a new Text Node.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public TextEvent(
	string value,
	string sourceXml
)

Parameters

value
Type: SystemString
Textual Content of the XML Text Node.
sourceXml
Type: SystemString
Source XML of the Node.
See Also