Documentation Language: Swift

Property

htmlMemoryParser

In-memory HTML parser.

let htmlMemoryParser: (UnsafePointer<CChar>?, Int32, UnsafePointer<CChar>?, UnsafePointer<CChar>?, Int32) -> htmlDocPtr?

Discussion

Wraps htmlReadMemory with a stable Int32 options type across all platforms. See xmlMemoryParser for details.

See Also

Parsing Documents

C
XMLDocument

A Swift wrapper around a libxml2 document.

V
xmlMemoryParser

In-memory XML parser.