// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "org-w3c-dom-DocumentFragment"))]
__jni_bindgen! {
/// public interface [DocumentFragment](https://developer.android.com/reference/org/w3c/dom/DocumentFragment.html)
///
/// Required feature: "org-w3c-dom-DocumentFragment"
public interface DocumentFragment ("org/w3c/dom/DocumentFragment") extends crate::java::lang::Object, implements crate::org::w3c::dom::Node {
}
}