Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created March 26, 2020 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/47b57c8b592181d6ff02ed9a95cc124d to your computer and use it in GitHub Desktop.
Save fitomad/47b57c8b592181d6ff02ed9a95cc124d to your computer and use it in GitHub Desktop.
...
/// Parser de XML
private var parser: XMLParser
/// Tag en la que nos encontramos en un momento dado
private var actualElement: String
/// El parser que está *activo* en este momento
private var actualParser: XMLParserDelegate?
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment