Function vtd_xml::sys::toNormalizedString [] [src]

pub unsafe extern fn toNormalizedString(vn: *const VTDNav,
                                        index: c_int)
                                        -> *mut UCSChar

This method normalizes a token into a string in a way that resembles DOM. The leading and trailing white space characters will be stripped. The entity and character references will be resolved. Multiple whitespaces char will be collapsed into one.