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.wadl |
Support the WADL specification.
|
org.restlet.ext.xml |
Support for XML and XSLT representations.
|
Modifier and Type | Method and Description |
---|---|
void |
Entry.write(XmlWriter writer)
Writes the representation to a XML writer.
|
void |
Categories.write(XmlWriter writer)
Writes the representation to a XML writer.
|
void |
Service.write(XmlWriter writer)
Writes the representation to a XML writer.
|
void |
Feed.write(XmlWriter writer)
Writes the representation to a XML 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 |
Content.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 |
Link.writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX 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 |
Category.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 |
Feed.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 |
Text.writeElement(XmlWriter writer,
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 |
Entry.writeInlineContent(XmlWriter writer)
Allow to write extra content inside the entry.
|
Modifier and Type | Method and Description |
---|---|
void |
WadlRepresentation.write(XmlWriter writer)
Deprecated.
|
void |
OptionInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
LinkInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
ParameterInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
ResponseInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
RequestInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
IncludeInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
ResourceInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
DocumentationInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
ResourceTypeInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
ResourcesInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
RepresentationInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
MethodInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
GrammarsInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
void |
ApplicationInfo.writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
Modifier and Type | Method and Description |
---|---|
void |
SaxRepresentation.write(XmlWriter writer)
Writes the representation to a XML writer.
|
Copyright © 2005-2024 Restlet.