Constructor of the DXmlAttribute class. It is used to construct a new DXmlAttribute object using the specified parameters.
[Visual Basic] Protected Friend Sub New( _ ByVal prefix As String, _ ByVal localName As String, _ ByVal namespaceUri As String, _ ByVal doc As XmlDocument _ ) [C#] protected internal DXmlAttribute( string prefix, string localName, string namespaceUri, XmlDocument doc ); [C++] public protected: DXmlAttribute( String* prefix, String* localName, String* namespaceUri, XmlDocument* doc ); [JScript] protected internal function DXmlAttribute( String prefix, String localName, String namespaceUri, XmlDocument doc );
DXmlAttribute Class | XRules Namespace