Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Select child node from the root XML node based on the XML path. Unlike traditional xml node drill down with nil validation, you can easily use select function to find the sub child of xml node.

REQUIRED PARAMETERS

  • XMLNode: the root of XML node

  • path: xml child node path

  • required: If 'required' is true, the path must be exist otherwise throw “required path not found“ error.

...

Select child node from the root XML node based on the XML path

REQUIRED PARAMETERS

...

  • path: xml child node path

  • required: If 'required' is false and 'thisNode' is nil, the function returns nothing and exits.

...