pub unsafe extern "C" fn getNextStringKey(
iter: *mut TidyIterator,
) -> uint
Expand description
Given a valid TidyIterator initiated with getStringKeyList(), returns an unsigned integer representing the next key value. @remark These are provided for documentation generation purposes, and probably aren’t of much use to the average LibTidy implementor. @param iter The TidyIterator (initiated with getStringKeyList()) token. @result Returns a message code.