com.sun.xml.bind.v2.runtime

Class DomPostInitAction

final class DomPostInitAction extends Object implements Runnable

Post-init action for MarshallerImpl that incorporate the in-scope namespace bindings from a DOM node. TODO: do we really need this? think about a better way to put this logic back into marshaller.
Constructor Summary
DomPostInitAction(Node node, XMLSerializer serializer)
Method Summary
voidrun()

Constructor Detail

DomPostInitAction

DomPostInitAction(Node node, XMLSerializer serializer)

Method Detail

run

public void run()