This is used for binder. @author Kohsuke Kawaguchi
979899100101102103
getMarshaller().marshal(jaxbObject,createOutput(xmlNode)); } // TODO move this to a sub class once we support something other than W3C DOM private DOMOutput createOutput(XmlNode xmlNode) { return new DOMOutput((Node)xmlNode,assoc); }
113114115116117118119
48495051525354
/* 113 */ getMarshaller().marshal(jaxbObject, createOutput(xmlNode)); /* */ } /* */ /* */ private DOMOutput createOutput(XmlNode xmlNode) /* */ { /* 118 */ return new DOMOutput((Node)xmlNode, this.assoc); /* */ }
118119120121122123124
102103104105106107108
103104105106107108109