pub unsafe extern "C-unwind" fn CFXMLTreeCreateWithNode(
allocator: Option<&CFAllocator>,
node: Option<&CFXMLNode>,
) -> Option<CFRetained<CFXMLTree>>๐Deprecated: CFXMLNode is deprecated, use NSXMLParser, NSXMLDocument or libxml2 library instead
Available on crate features
CFTree and CFXMLNode only.Expand description
ยงSafety
allocatormight not allowNone.nodemight not allowNone.