NamespaceAttributeEvent Constructor (String, String, String) | 
 
            Creates a new Namespace Attribute Event.
            
 
    Namespace: 
   VDS.RDF.Parsing.Events.RdfXml
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic NamespaceAttributeEvent(
	string prefix,
	string uri,
	string sourceXml
)
Public Sub New ( 
	prefix As String,
	uri As String,
	sourceXml As String
)
Parameters
- prefix
 - Type: SystemString
Namespace Prefix. - uri
 - Type: SystemString
Namespace Uri. - sourceXml
 - Type: SystemString
Source XML. 
See Also