Click or drag to resize

QName Constructor (String, String, String)

Initializes a new instance of the QName class

Namespace:  Altova.RaptorXml.Xml
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public QName(
	string rtLocalName,
	string rtNSName,
	string rtPrefix
)

Parameters

rtLocalName
Type: SystemString
rtNSName
Type: SystemString
rtPrefix
Type: SystemString
See Also