Click or drag to resize

TextEvent Constructor (String, String, PositionInfo)

Creates a new Text Node.

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

Parameters

value
Type: SystemString
Textual Content of the XML Text Node.
sourceXml
Type: SystemString
Source XML of the Node.
pos
Type: VDS.RDF.ParsingPositionInfo
Position Info.
See Also