Do you want to write to the node the component is bound to?
If so, you can write to the control binding with xxf:binding():
https://gist.github.com/ebruchez/11378574Otherwise, the quick and dirty way is to use the xxf:instance() function instead. It has visibility through the boundaries of XBL components. But we don't recommend it as it breaks encapsulation.
-Erik