// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "org-w3c-dom-ls-LSResourceResolver"))]
__jni_bindgen! {
/// public interface [LSResourceResolver](https://developer.android.com/reference/org/w3c/dom/ls/LSResourceResolver.html)
///
/// Required feature: "org-w3c-dom-ls-LSResourceResolver"
public interface LSResourceResolver ("org/w3c/dom/ls/LSResourceResolver") extends crate::java::lang::Object {
/// [resolveResource](https://developer.android.com/reference/org/w3c/dom/ls/LSResourceResolver.html#resolveResource(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String))
///
/// Required features: "java-lang-String", "org-w3c-dom-ls-LSInput"
#[cfg(any(feature = "all", all(feature = "java-lang-String", feature = "org-w3c-dom-ls-LSInput")))]
pub fn resolveResource<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::String>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::String>>, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::String>>, arg3: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::String>>, arg4: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::String>>) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::org::w3c::dom::ls::LSInput>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "org/w3c/dom/ls/LSResourceResolver", java.flags == PUBLIC | ABSTRACT, .name == "resolveResource", .descriptor == "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ls/LSInput;"
unsafe {
let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into()), __jni_bindgen::AsJValue::as_jvalue(&arg2.into()), __jni_bindgen::AsJValue::as_jvalue(&arg3.into()), __jni_bindgen::AsJValue::as_jvalue(&arg4.into())];
let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
let (__jni_class, __jni_method) = __jni_env.require_class_method("org/w3c/dom/ls/LSResourceResolver\0", "resolveResource\0", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ls/LSInput;\0");
__jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
}
}
}
}