Lines Matching defs:jaxbElement

355      * Marshal the content tree rooted at {@code jaxbElement} into the specified
365 * @param jaxbElement
375 * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any
376 * object reachable from {@code jaxbElement}). See <a href="{@docRoot}/javax/xml/bind/Marshaller.html#elementMarshalling">
381 public void marshal( Object jaxbElement, javax.xml.transform.Result result )
385 * Marshal the content tree rooted at {@code jaxbElement} into an output stream.
387 * @param jaxbElement
397 * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any
398 * object reachable from {@code jaxbElement}). See <a href="{@docRoot}/javax/xml/bind/Marshaller.html#elementMarshalling">
403 public void marshal( Object jaxbElement, java.io.OutputStream os )
407 * Marshal the content tree rooted at {@code jaxbElement} into a file.
409 * @param jaxbElement
419 * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any
420 * object reachable from {@code jaxbElement}). See <a href="{@docRoot}/javax/xml/bind/Marshaller.html#elementMarshalling">
426 public void marshal( Object jaxbElement, File output )
430 * Marshal the content tree rooted at {@code jaxbElement} into a Writer.
432 * @param jaxbElement
442 * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any
443 * object reachable from {@code jaxbElement}). See <a href="{@docRoot}/javax/xml/bind/Marshaller.html#elementMarshalling">
448 public void marshal( Object jaxbElement, java.io.Writer writer )
452 * Marshal the content tree rooted at {@code jaxbElement} into SAX2 events.
454 * @param jaxbElement
464 * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any
465 * object reachable from {@code jaxbElement}). See <a href="{@docRoot}/javax/xml/bind/Marshaller.html#elementMarshalling">
470 public void marshal( Object jaxbElement, org.xml.sax.ContentHandler handler )
474 * Marshal the content tree rooted at {@code jaxbElement} into a DOM tree.
476 * @param jaxbElement
490 * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any
491 * object reachable from {@code jaxbElement}). See <a href="{@docRoot}/javax/xml/bind/Marshaller.html#elementMarshalling">
496 public void marshal( Object jaxbElement, org.w3c.dom.Node node )
500 * Marshal the content tree rooted at {@code jaxbElement} into a
503 * @param jaxbElement
513 * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any
514 * object reachable from {@code jaxbElement}). See <a href="{@docRoot}/javax/xml/bind/Marshaller.html#elementMarshalling">
520 public void marshal( Object jaxbElement, javax.xml.stream.XMLStreamWriter writer )
524 * Marshal the content tree rooted at {@code jaxbElement} into a
527 * @param jaxbElement
528 * The content tree rooted at jaxbElement to be marshalled.
537 * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any
538 * object reachable from {@code jaxbElement}). See <a href="{@docRoot}/javax/xml/bind/Marshaller.html#elementMarshalling">
544 public void marshal( Object jaxbElement, javax.xml.stream.XMLEventWriter writer )