public Node
getNode
(Object obj)
throws
JAXBException
[Specified in Marshaller]
By default, the getNode method is unsupported and throw
an UnsupportedOperationException.
publicfinal void
marshal
(Object obj, ContentHandler handler)
throws
JAXBException
[Specified in Marshaller]
publicfinal void
marshal
(Object obj, OutputStream os)
throws
JAXBException
[Specified in Marshaller]
public void
marshal
(Object obj, XMLEventWriter writer)
throws
JAXBException
[Specified in Marshaller]
public void
marshal
(Object obj, XMLStreamWriter writer)
throws
JAXBException
[Specified in Marshaller]
public void
setEventHandler
(ValidationEventHandler handler)
throws
JAXBException
[Specified in Marshaller]
public void
setProperty
(String name, Object value)
throws
PropertyException
[Specified in Marshaller]
publicfinalstatic
String JAXB_ENCODING
= "jaxb.encoding"
[Inherited From Marshaller]
publicfinalstatic
String JAXB_FORMATTED_OUTPUT
= "jaxb.formatted.output"
[Inherited From Marshaller]
publicfinalstatic
String JAXB_FRAGMENT
= "jaxb.fragment"
[Inherited From Marshaller]
publicfinalstatic
String JAXB_NO_NAMESPACE_SCHEMA_LOCATION
= "jaxb.noNamespaceSchemaLocation"
[Inherited From Marshaller]
publicfinalstatic
String JAXB_SCHEMA_LOCATION
= "jaxb.schemaLocation"
[Inherited From Marshaller]