Uses of Class
org.restlet.ext.xml.XmlRepresentation
-
Packages that use XmlRepresentation Package Description org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.xml Support for XML and XSLT representations. -
-
Uses of XmlRepresentation in org.restlet.ext.atom
Subclasses of XmlRepresentation in org.restlet.ext.atom Modifier and Type Class Description class
Categories
Collection ofCategory
entries.class
Entry
Represents an individual entry, acting as a component for metadata and data associated with the entry.class
Feed
Atom Feed Document, acting as a component for metadata and data associated with the feed.class
Service
Represents an Atom introspection document. -
Uses of XmlRepresentation in org.restlet.ext.xml
Subclasses of XmlRepresentation in org.restlet.ext.xml Modifier and Type Class Description class
DomRepresentation
XML representation based on a DOM document.class
SaxRepresentation
XML representation for SAX events processing.
-