See: Description
| Annotation Type | Description |
|---|---|
| XmlAttribute |
Specifies that the invocation of the method will produce an attribute.
|
| XmlCDATA |
Used along with
XmlElement to write a CDATA section,
instead of the normal PCDATA. |
| XmlElement |
Specifies the name of the XML element.
|
| XmlNamespace |
Declares the namespace URI of the
TypedXmlWriters
in a package. |
| XmlValue |
Specifies that the invocation of the method will produce a text
|
Defines a set of annotations that can be used on TypedXmlWriter interfaces.
XmlNamespace can be used on a package to designate the namespace URI for the
whole package.
XmlElement can be used on TypedXmlWriter-derived interfaces to associate
a tag name to that interface.
XmlElement, XmlAttribute, or XmlValue can be used on a method
declared on a TypedXmLWriter-derived interface. Those annotations are mutually-exclusive.
See their javadoc for details. If none of the above three annotations are specified,
XmlElement is assumed.
Copyright © 2005–2017 Oracle Corporation. All rights reserved.