Restlet Framework 2.2.2
Android

Uses of Class
org.restlet.ext.xml.XmlWriter

Packages that use XmlWriter
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 XmlWriter in org.restlet.ext.atom
 

Methods in org.restlet.ext.atom with parameters of type XmlWriter
 void Feed.write(XmlWriter writer)
          Writes the representation to a XML writer.
 void Service.write(XmlWriter writer)
          Writes the representation to a XML writer.
 void Categories.write(XmlWriter writer)
          Writes the representation to a XML writer.
 void Entry.write(XmlWriter writer)
          Writes the representation to a XML writer.
 void Link.writeElement(XmlWriter writer)
          Writes the current object as an XML element using the given SAX writer.
 void Workspace.writeElement(XmlWriter writer)
          Writes the current object as an XML element using the given SAX writer.
 void Feed.writeElement(XmlWriter writer)
          Writes the current object as an XML element using the given SAX writer.
 void Content.writeElement(XmlWriter writer)
          Writes the current object as an XML element using the given SAX writer.
 void Categories.writeElement(XmlWriter writer)
          Writes the representation to a XML writer.
 void Generator.writeElement(XmlWriter writer)
          Writes the current object as an XML element using the given SAX writer.
 void Entry.writeElement(XmlWriter writer)
          Writes the current object as an XML element using the given SAX writer.
 void Collection.writeElement(XmlWriter writer)
          Writes the current object as an XML element using the given SAX writer.
 void Source.writeElement(XmlWriter writer)
          Writes the current object as an XML element using the given SAX writer.
 void Category.writeElement(XmlWriter writer)
          Writes the current object as an XML element using the given SAX writer.
static void Text.writeElement(XmlWriter writer, java.util.Date date, java.lang.String namespace, java.lang.String localName)
          Writes the current object as an XML element using the given SAX writer.
 void Person.writeElement(XmlWriter writer, java.lang.String localName)
          Writes the current object as an XML element using the given SAX writer.
 void Text.writeElement(XmlWriter writer, java.lang.String localName)
          Writes the current object as an XML element using the given SAX writer.
 void Entry.writeInlineContent(XmlWriter writer)
          Allow to write extra content inside the entry.
 

Uses of XmlWriter in org.restlet.ext.xml
 

Methods in org.restlet.ext.xml with parameters of type XmlWriter
 void SaxRepresentation.write(XmlWriter writer)
          Writes the representation to a XML writer.
 


Restlet Framework 2.2.2
Android

Copyright © 2005-2014 Restlet.