com.sun.xml.bind.v2.runtime
Class DomPostInitAction
java.lang.Object
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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomPostInitAction
DomPostInitAction(Node node,
XMLSerializer serializer)
run
public void run()
- Specified by:
run
in interface Runnable