elementWithName_children_attributes_ static method

NSObject elementWithName_children_attributes_(
  1. ThermionDartTexture1 _lib,
  2. NSString name,
  3. NSArray? children,
  4. NSArray? attributes,
)

Implementation

static NSObject elementWithName_children_attributes_(
    ThermionDartTexture1 _lib,
    NSString name,
    NSArray? children,
    NSArray? attributes) {
  final _ret = _lib._objc_msgSend_1093(
      _lib._class_NSXMLNode1,
      _lib._sel_elementWithName_children_attributes_1,
      name._id,
      children?._id ?? ffi.nullptr,
      attributes?._id ?? ffi.nullptr);
  return NSObject._(_ret, _lib, retain: true, release: true);
}