m.write(tagName,bi,t,m.createWriter(output),pia);
}
public void marshal(Marshaller _m, T t, Node output) throws JAXBException {
MarshallerImpl m = (MarshallerImpl)_m;
m.write(tagName,bi,t,new SAXOutput(new SAX2DOMEx(output)),new DomPostInitAction(output,m.serializer));
}