TextEvent Constructor (String, String, PositionInfo) | 
 
            Creates a new Text Node.
            
 
    Namespace: 
   VDS.RDF.Parsing.Events.RdfXml
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic TextEvent(
	string value,
	string sourceXml,
	PositionInfo pos
)
Public Sub New ( 
	value As String,
	sourceXml As String,
	pos As PositionInfo
)
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