Package org.apache.juneau.dto.atom


@XmlSchema(prefix="atom",xmlNs={@XmlNs(prefix="atom",namespaceURI="http://www.w3.org/2005/Atom/"),@XmlNs(prefix="xml",namespaceURI="http://www.w3.org/XML/1998/namespace")}) package org.apache.juneau.dto.atom
  • Classes
    Class
    Description
    Various useful static methods for creating ATOM elements.
    Represents an atomCategory construct in the RFC4287 specification.
    Represents an atomCommonAttributes construct in the RFC4287 specification.
    Parent class of Entry, Feed, and Source.
    Represents an atomContent construct in the RFC4287 specification.
    Represents an atomEntry construct in the RFC4287 specification.
    Top-level ATOM feed object.
    Represents an atomGenerator construct in the RFC4287 specification.
    Represents an atomIcon construct in the RFC4287 specification.
    Represents an atomId construct in the RFC4287 specification.
    Represents an atomLink construct in the RFC4287 specification.
    Represents an atomLogo construct in the RFC4287 specification.
    Represents an atomPersonConstruct construct in the RFC4287 specification.
    Represents an atomSource construct in the RFC4287 specification.
    Represents an atomTextConstruct construct in the RFC4287 specification.