Holger's
Java API

Uses of Class
com.antelmann.util.XmlHelper

Packages that use XmlHelper
com.antelmann.net.web This package contains classes for dealing with Web-related content. 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
com.antelmann.webdav provides higher level access for WebDAV, CalDAV and CardDAV clients. 
 

Uses of XmlHelper in com.antelmann.net.web
 

Subclasses of XmlHelper in com.antelmann.net.web
 class RSSChannel
          represents a channel in the RSS format created by an RSSHandler
 class RSSItem
          represents an item in an RSS feed
 

Methods in com.antelmann.net.web that return XmlHelper
 XmlHelper YouTubeVideo.getXmlInfo()
           
 

Uses of XmlHelper in com.antelmann.util
 

Methods in com.antelmann.util that return XmlHelper
static XmlHelper XmlHelper.createDocument(String documentElementName)
           
 XmlHelper XmlHelper.getParent()
           
 

Uses of XmlHelper in com.antelmann.webdav
 

Methods in com.antelmann.webdav that return XmlHelper
 XmlHelper CaldavClient.getCalendarXml()
           
 XmlHelper WebdavClient.getXmlResponse(org.apache.http.HttpRequest request, URL url)
           
 XmlHelper CarddavClient.listCardXml()
           
 XmlHelper CarddavClient.loadCardData()
           
 XmlHelper CarddavClient.loadCardData(Collection<String> ids)
           
 XmlHelper CarddavClient.loadCardDataForCategory(String category)
          http://stackoverflow.com/questions/14137894/how-to-do-advanced-filters-in-carddav-webdav-report-request
 XmlHelper WebdavClient.propfind(String requestXml)
           
 XmlHelper WebdavClient.report(String requestXml)
           
 

Methods in com.antelmann.webdav that return types with arguments of type XmlHelper
static ArrayList<XmlHelper> CarddavClient.parseResponses(XmlHelper xml)
           
 

Methods in com.antelmann.webdav with parameters of type XmlHelper
static ArrayList<String> CarddavClient.parseAddressData(XmlHelper xml)
           
static ArrayList<ezvcard.VCard> EzvcardHelper.parseCards(XmlHelper multiResponse)
           
static String CarddavClient.parseEtag(XmlHelper xml)
           
static ArrayList<XmlHelper> CarddavClient.parseResponses(XmlHelper xml)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads