DomHandler View Source | Converts an element (and its descendants) from/to DOM (or similar) representation. |
W3CDomHandler View Source |
DomHandler implementation for W3C DOM (org.w3c.dom package.)
|
XmlAccessOrder View Source | Used by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class. |
XmlAccessorOrder View Source | Controls the ordering of fields and properties in a class. |
XmlAccessorType View Source | Controls whether fields or Javabean properties are serialized by default. |
XmlAccessType View Source | Used by XmlAccessorType to control serialization of fields or properties. |
XmlAnyAttribute View Source | Maps a JavaBean property to a map of wildcard attributes. |
XmlAnyElement View Source | Maps a JavaBean property to XML infoset representation and/or JAXB element. |
XmlAttachmentRef View Source | Marks a field/property that its XML form is a uri reference to mime content. |
XmlAttribute View Source | Maps a JavaBean property to a XML attribute. |
XmlElement View Source | Maps a JavaBean property to a XML element derived from property name. |
XmlElement.DEFAULT View Source |
Used in XmlElement.type() to
signal that the type be inferred from the signature
of the property.
|
XmlElementDecl View Source | Maps a factory method to a XML element. |
XmlElementDecl.GLOBAL View Source |
Used in XmlElementDecl.scope() to
signal that the declaration is in the global scope.
|
XmlElementRef View Source | Maps a JavaBean property to a XML element derived from property's type. |
XmlElementRef.DEFAULT View Source |
Used in XmlElementRef.type() to
signal that the type be inferred from the signature
of the property.
|
XmlElementRefs View Source |
Marks a property that refers to classes with XmlElement
or JAXBElement.
|
XmlElements View Source |
A container for multiple @XmlElement annotations.
|
XmlElementWrapper View Source | Generates a wrapper element around XML representation. |
XmlEnum View Source |
Maps an enum type Enum to XML representation.
|
XmlEnumValue View Source |
Maps an enum constant in Enum type to XML representation.
|
XmlID View Source | Maps a JavaBean property to XML ID. |
XmlIDREF View Source | Maps a JavaBean property to XML IDREF. |
XmlInlineBinaryData View Source | Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML. |
XmlList View Source | Used to map a property to a list simple type. |
XmlMimeType View Source | Associates the MIME type that controls the XML representation of the property. |
XmlMixed View Source | Annotate a JavaBean multi-valued property to support mixed content. |
XmlNs View Source | Associates a namespace prefix with a XML namespace URI. |
XmlNsForm View Source | Enumeration of XML Schema namespace qualifications. |
XmlRegistry View Source |
Marks a class that has XmlElementDecl s.
|
XmlRootElement View Source | Maps a class or an enum type to an XML element. |
XmlSchema View Source | Maps a package name to a XML namespace. |
XmlSchemaType View Source | Maps a Java type to a simple schema built-in type. |
XmlSchemaType.DEFAULT View Source |
Used in XmlSchemaType.type() to
signal that the type be inferred from the signature
of the property.
|
XmlSchemaTypes View Source |
A container for multiple @XmlSchemaType annotations.
|
XmlTransient View Source | Prevents the mapping of a JavaBean property to XML representation. |
XmlType View Source | Maps a class or an enum type to a XML Schema type. |
XmlType.DEFAULT View Source |
Used in XmlType.factoryClass() to
signal that either factory mehod is not used or
that it's in the class with this XmlType itself.
|
XmlValue View Source | Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type. |