< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/Marshaller.java

Print this page

        

*** 370,381 **** * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code obj} (or any ! * object reachable from {@code obj}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null */ public void marshal( Object jaxbElement, javax.xml.transform.Result result ) --- 370,381 ---- * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any ! * object reachable from {@code jaxbElement}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null */ public void marshal( Object jaxbElement, javax.xml.transform.Result result )
*** 392,403 **** * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code obj} (or any ! * object reachable from {@code obj}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null */ public void marshal( Object jaxbElement, java.io.OutputStream os ) --- 392,403 ---- * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any ! * object reachable from {@code jaxbElement}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null */ public void marshal( Object jaxbElement, java.io.OutputStream os )
*** 414,425 **** * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code obj} (or any ! * object reachable from {@code obj}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null * @since 1.6, JAXB 2.1 */ --- 414,425 ---- * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any ! * object reachable from {@code jaxbElement}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null * @since 1.6, JAXB 2.1 */
*** 437,448 **** * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code obj} (or any ! * object reachable from {@code obj}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null */ public void marshal( Object jaxbElement, java.io.Writer writer ) --- 437,448 ---- * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any ! * object reachable from {@code jaxbElement}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null */ public void marshal( Object jaxbElement, java.io.Writer writer )
*** 459,470 **** * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code obj} (or any ! * object reachable from {@code obj}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null */ public void marshal( Object jaxbElement, org.xml.sax.ContentHandler handler ) --- 459,470 ---- * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any ! * object reachable from {@code jaxbElement}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null */ public void marshal( Object jaxbElement, org.xml.sax.ContentHandler handler )
*** 508,519 **** * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code obj} (or any ! * object reachable from {@code obj}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null * @since 1.6, JAXB 2.0 */ --- 508,519 ---- * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any ! * object reachable from {@code jaxbElement}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null * @since 1.6, JAXB 2.0 */
*** 532,543 **** * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code obj} (or any ! * object reachable from {@code obj}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null * @since 1.6, JAXB 2.0 */ --- 532,543 ---- * @throws JAXBException * If any unexpected problem occurs during the marshalling. * @throws MarshalException * If the {@link ValidationEventHandler ValidationEventHandler} * returns false from its {@code handleEvent} method or the ! * {@code Marshaller} is unable to marshal {@code jaxbElement} (or any ! * object reachable from {@code jaxbElement}). See <a href="#elementMarshalling"> * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null * @since 1.6, JAXB 2.0 */
< prev index next >