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
)
Public Sub New (
value As String,
sourceXml As String
)
Parameters
- value
- Type: SystemString
Textual Content of the XML Text Node. - sourceXml
- Type: SystemString
Source XML of the Node.
See Also