Add Node Iterator initializers with filter and show-options arguments

This commit is contained in:
iska
2015-05-28 23:26:08 +02:00
parent e1c3533a1c
commit 3df5a219e1
5 changed files with 29 additions and 4 deletions
-1
View File
@@ -20,7 +20,6 @@ typedef NS_ENUM(unsigned long, HTMLNodeFilterShowOptions)
HTMLNodeFilterShowAll = 0xFFFFFFFF,
HTMLNodeFilterShowElement = 0x1,
HTMLNodeFilterShowText = 0x4,
HTMLNodeFilterShowProcessingInstruction = 0x40,
HTMLNodeFilterShowComment = 0x80,
HTMLNodeFilterShowDocument = 0x100,
HTMLNodeFilterShowDocumentType = 0x200,