XmlObjectParser
instead.@Deprecated public final class AtomParser extends XmlHttpParser
It overrides the XmlHttpParser.getContentType()
to "application/atom+xml"
.
Implementation is thread-safe.
Sample usage:
static void setParser(HttpRequest request, XmlNamespaceDictionary namespaceDictionary) { request.addParser(new AtomParser(namespaceDictionary)); }
XmlHttpParser.Builder
CONTENT_TYPE
Constructor and Description |
---|
AtomParser(XmlNamespaceDictionary namespaceDictionary)
Deprecated.
|
public AtomParser(XmlNamespaceDictionary namespaceDictionary)
namespaceDictionary
- XML namespace dictionaryCopyright © 2011-2012 Google. All Rights Reserved.