attributeWithName_URI_stringValue_ static method

NSObject attributeWithName_URI_stringValue_(
  1. ThermionDartTexture1 _lib,
  2. NSString name,
  3. NSString URI,
  4. NSString stringValue,
)

Implementation

static NSObject attributeWithName_URI_stringValue_(ThermionDartTexture1 _lib,
    NSString name, NSString URI, NSString stringValue) {
  final _ret = _lib._objc_msgSend_1059(
      _lib._class_NSXMLNode1,
      _lib._sel_attributeWithName_URI_stringValue_1,
      name._id,
      URI._id,
      stringValue._id);
  return NSObject._(_ret, _lib, retain: true, release: true);
}