mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Create first draft of HTLMLinkParser.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
import Foundation
|
||||
import libxml2
|
||||
|
||||
protocol SAXHTMLParserDelegate: AnyObject {
|
||||
public protocol SAXHTMLParserDelegate: AnyObject {
|
||||
|
||||
func saxHTMLParser(_: SAXHTMLParser, startElement: XMLPointer, attributes: UnsafePointer<XMLPointer?>?)
|
||||
|
||||
@@ -18,7 +18,7 @@ protocol SAXHTMLParserDelegate: AnyObject {
|
||||
func saxHTMLParser(_: SAXHTMLParser, charactersFound: XMLPointer, count: Int)
|
||||
}
|
||||
|
||||
final class SAXHTMLParser {
|
||||
public final class SAXHTMLParser {
|
||||
|
||||
fileprivate let delegate: SAXHTMLParserDelegate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user