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