|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 | |
---|---|
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,
Date date,
String namespace,
String localName)
Writes the current object as an XML element using the given SAX writer. |
void |
Person.writeElement(XmlWriter writer,
String localName)
Writes the current object as an XML element using the given SAX writer. |
void |
Text.writeElement(XmlWriter writer,
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.wadl |
---|
Methods in org.restlet.ext.wadl with parameters of type XmlWriter | |
---|---|
void |
WadlRepresentation.write(XmlWriter writer)
|
void |
ParameterInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
DocumentationInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
LinkInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
OptionInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
IncludeInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
RepresentationInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
GrammarsInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
ResourceInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
MethodInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
ResourceTypeInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
ApplicationInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
ResourcesInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
ResponseInfo.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
void |
RequestInfo.writeElement(XmlWriter writer)
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 | |
---|---|
void |
SaxRepresentation.write(XmlWriter writer)
Writes the representation to a XML writer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |