xmlParser

Parser.swift:218
static 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.