Press on the image to return to the main documentation page.
XOM
Written by Martin Pearman
The B4A XOM library is a (so far) partial implementation of the java XOM library by Elliotte Rusty Harold. The java XOM library is licensed under the terms and conditions of the LGPL, http://www.gnu.org/licenses/lgpl.html More info can be found here: http://www.xom.nu/
Build an XOMDocument from the file specified by FilePath. Tag - Pass any Object as the Tag and when the method has completed, the Tag Object is returned in the BuildDone event.
Build an XOMDocument from InputStream1. Tag - Pass any Object as the Tag and when the method has completed, the Tag Object is returned in the BuildDone event.
Build an XOMDocument from the XmlString. Tag - Pass any Object as the Tag and when the method has completed, the Tag Object is returned in the BuildDone event.
BuildFromURL (UrlAsString, TagAsObject)
Build an XOMDocument from the document specified by Url. Tag - Pass any Object as the Tag and when the method has completed, the Tag Object is returned in the BuildDone event. Note that your application will require android.permission.INTERNET if you use this method.