com.sun.xml.bind.v2.runtime
Class DomPostInitAction

java.lang.Object
  extended by com.sun.xml.bind.v2.runtime.DomPostInitAction
All Implemented Interfaces:
Runnable

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
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomPostInitAction

DomPostInitAction(Node node,
                  XMLSerializer serializer)
Method Detail

run

public void run()
Specified by:
run in interface Runnable