Uses of Class
org.restlet.ext.xml.XmlWriter
-
Packages that use XmlWriter 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.atom.internal org.restlet.ext.rdf.internal.xml org.restlet.ext.wadl Support the WADL specification.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 Modifier and Type Method Description voidCategories. write(XmlWriter writer)Writes the representation to a XML writer.voidEntry. write(XmlWriter writer)Writes the representation to a XML writer.voidFeed. write(XmlWriter writer)Writes the representation to a XML writer.voidService. write(XmlWriter writer)Writes the representation to a XML writer.voidCategories. writeElement(XmlWriter writer)Writes the representation to a XML writer.voidCategory. writeElement(XmlWriter writer)Writes the current object as an XML element using the given SAX writer.voidCollection. writeElement(XmlWriter writer)Writes the current object as an XML element using the given SAX writer.voidContent. writeElement(XmlWriter writer)Writes the current object as an XML element using the given SAX writer.voidEntry. writeElement(XmlWriter writer)Writes the current object as an XML element using the given SAX writer.voidFeed. writeElement(XmlWriter writer)Writes the current object as an XML element using the given SAX writer.voidGenerator. writeElement(XmlWriter writer)Writes the current object as an XML element using the given SAX writer.voidLink. writeElement(XmlWriter writer)Writes the current object as an XML element using the given SAX writer.voidPerson. writeElement(XmlWriter writer, java.lang.String localName)Writes the current object as an XML element using the given SAX writer.voidSource. writeElement(XmlWriter writer)Writes the current object as an XML element using the given SAX writer.voidText. writeElement(XmlWriter writer, java.lang.String localName)Writes the current object as an XML element using the given SAX writer.static voidText. 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.voidWorkspace. writeElement(XmlWriter writer)Writes the current object as an XML element using the given SAX writer.voidEntry. writeInlineContent(XmlWriter writer)Allow to write extra content inside the entry. -
Uses of XmlWriter in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as XmlWriter Modifier and Type Field Description private XmlWriterEntryContentReader. currentContentWriterThe currently parsed XML content writer.private XmlWriterFeedContentReader. currentContentWriterThe currently parsed XML content writer. -
Uses of XmlWriter in org.restlet.ext.rdf.internal.xml
Fields in org.restlet.ext.rdf.internal.xml declared as XmlWriter Modifier and Type Field Description private XmlWriterRdfXmlWriter. writerXML writer. -
Uses of XmlWriter in org.restlet.ext.wadl
Methods in org.restlet.ext.wadl with parameters of type XmlWriter Modifier and Type Method Description voidWadlRepresentation. write(XmlWriter writer)Deprecated.voidApplicationInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidDocumentationInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.private voidDocumentationInfo. writeElement(XmlWriter writer, org.w3c.dom.Node node)Deprecated.Writes the given node using the given SAX writer.voidGrammarsInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidIncludeInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidLinkInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidMethodInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidOptionInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidParameterInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidRepresentationInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidRequestInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidResourceInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidResourcesInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidResourceTypeInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer.voidResponseInfo. writeElement(XmlWriter writer)Deprecated.Writes the current object as an XML element using the given SAX writer. -
Uses of XmlWriter in org.restlet.ext.xml
Methods in org.restlet.ext.xml with parameters of type XmlWriter Modifier and Type Method Description voidSaxRepresentation. write(XmlWriter writer)Writes the representation to a XML writer.
-