Static Methodscinfu.swiftsoup 2.8.7SwiftSoup
xmlParser
Parser.swift:218static func xmlParser() -> Parser
Create a new XML parser. This parser assumes no knowledge of the incoming tags and does not treat it as HTML,
rather creates a simple tree directly from the input.
@return a new simple XML parser.