Fast Apex XML DOM updated with 3 new Node APIs

CEO

Today I was done with coding the 3 important missing API’s in Fast Apex XML DOM’s TODO list. The latest code is checked into Google Code SVN. Following are the newly added API’s to TG_XmlNode.cls

  1. appendChild()     Adds a new child node to the end of the list of children of a node

  2. cloneNode()      Clones a node 

  3. getElementsByTagNameNS() Returns element for node’s local name and namespace

    Regarding TODO’s, moving forward my prime motive is to write quality docs to best use this API. Even I am planning to add docs for the Spring 10 Apex DOM classes, as the salesforce documentation is not having good samples and clear descriptions of the APIs.

    For more details on Fast Apex XML DOM’s TODO check this page. Its updated for these recent changes.

Read More: https://abhinav.fyi/fast-apex-xml-dom-updated-with-3-new-node-apis/

Abhinav Gupta

First Indian Salesforce MVP, rewarded Eight times in a row, has been blogging about Salesforce, Cloud, AI, & Web3 since 2011. Founded 1st Salesforce Dreamin event in India, called “Jaipur Dev Fest”. A seasoned speaker at Dreamforce, Dreamin events, & local meets. Author of many popular GitHub repos featured in official Salesforce blogs, newsletters, and books.

https://abhinav.fyi
Previous
Previous

Fast save and refresh on force.com Eclipse IDE

Next
Next

Secure yui combo service (Over HTTPS)