elementWithName_stringValue_ static method

NSObject elementWithName_stringValue_(
  1. ThermionDartTexture1 _lib,
  2. NSString name,
  3. NSString string
)
override

Implementation

static NSObject elementWithName_stringValue_(
    ThermionDartTexture1 _lib, NSString name, NSString string) {
  final _ret = _lib._objc_msgSend_1092(_lib._class_NSXMLDTDNode1,
      _lib._sel_elementWithName_stringValue_1, name._id, string._id);
  return NSObject._(_ret, _lib, retain: true, release: true);
}