|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.client.http.xml.XmlHttpParser.Builder
public static class XmlHttpParser.Builder
Builder for XmlHttpParser
.
Implementation is not thread-safe.
Constructor Summary | |
---|---|
protected |
XmlHttpParser.Builder(XmlNamespaceDictionary namespaceDictionary)
|
Method Summary | |
---|---|
XmlHttpParser |
build()
Builds a new instance of XmlHttpParser . |
String |
getContentType()
Returns the content type or null for none. |
XmlNamespaceDictionary |
getNamespaceDictionary()
Returns the XML namespace dictionary. |
XmlHttpParser.Builder |
setContentType(String contentType)
Sets the content type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XmlHttpParser.Builder(XmlNamespaceDictionary namespaceDictionary)
namespaceDictionary
- XML namespace dictionaryMethod Detail |
---|
public XmlHttpParser build()
XmlHttpParser
.
public final String getContentType()
null
for none.
public XmlHttpParser.Builder setContentType(String contentType)
Default value is XmlHttpParser.CONTENT_TYPE
.
public final XmlNamespaceDictionary getNamespaceDictionary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |