File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
//import libxml2
11
11
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
12
12
import SwiftFoundation
13
+ import CFXMLInterface
13
14
#else
14
15
import Foundation
16
+ @_implementationOnly import CFXMLInterface
15
17
#endif
16
18
@_implementationOnly import CoreFoundation
17
- @_implementationOnly import CFXMLInterface
18
19
19
20
// initWithKind options
20
21
// NSXMLNodeOptionsNone
Original file line number Diff line number Diff line change 9
9
10
10
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
11
11
import SwiftFoundation
12
+ import CFXMLInterface
12
13
#else
13
14
import Foundation
15
+ @_implementationOnly import CFXMLInterface
14
16
#endif
15
17
@_implementationOnly import CoreFoundation
16
- @_implementationOnly import CFXMLInterface
17
18
18
19
extension XMLParser {
19
20
public enum ExternalEntityResolvingPolicy : UInt {
You can’t perform that action at this time.
0 commit comments