Module classes.parsers.vXML

recursively parse the slaxml and return a vLib-friendly representation

Functions

load_and_parse (file_path) load and parse XML from disk
get_attribute (doc, attr_name) retrieve named attribute
get_first_value (doc, attr_name) retrieve value of first child


Functions

load_and_parse (file_path)
load and parse XML from disk

Parameters:

  • file_path
get_attribute (doc, attr_name)
retrieve named attribute

Parameters:

  • doc
  • attr_name
get_first_value (doc, attr_name)
retrieve value of first child

Parameters:

  • doc
  • attr_name
generated by LDoc 1.4.2