You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Public domain. https://github.com/nolanw/HTMLReader
#import "HTMLSupport.h"
@class HTMLNode;
NS_ASSUME_NONNULL_BEGIN
/// An HTMLTreeEnumerator emits HTMLNode instances in tree order (preorder, depth-first) or reverse tree order (preorder, depth-first starting with the last child).