us.monoid.web
Class RobustXMLResource

java.lang.Object
  extended by us.monoid.web.Resty
      extended by us.monoid.web.AbstractResource
          extended by us.monoid.web.TextResource
              extended by us.monoid.web.XMLResource
                  extended by us.monoid.web.RobustXMLResource

public class RobustXMLResource
extends us.monoid.web.XMLResource


Field Summary
 
Fields inherited from class us.monoid.web.XMLResource
document
 
Fields inherited from class us.monoid.web.TextResource
text
 
Fields inherited from class us.monoid.web.AbstractResource
inputStream, urlConnection
 
Fields inherited from class us.monoid.web.Resty
DEFAULT_USER_AGENT, MOZILLA, userAgent
 
Constructor Summary
RobustXMLResource()
           
 
Method Summary
 
Methods inherited from class us.monoid.web.XMLResource
doc, get, get, json, json, text, text, xml, xml
 
Methods inherited from class us.monoid.web.TextResource
getCharSet, readTextFromStream, toString
 
Methods inherited from class us.monoid.web.AbstractResource
getUrlConnection, http, status, stream
 
Methods inherited from class us.monoid.web.Resty
addStandardHeaders, authenticate, authenticate, bytes, bytes, bytes, bytes, content, content, content, data, data, delete, doGET, doPOSTOrPUT, enc, fillResourceFromURL, form, form, identifyAsMozilla, identifyAsResty, json, json, json, json, openConnection, path, put, text, text, text, text, xml, xml, xml, xml, xpath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RobustXMLResource

public RobustXMLResource()