net.sourceforge.xwing.dom
Class NodeSourceSink

java.lang.Object
  extended bynet.sourceforge.xwing.AbstractSourceSink
      extended bynet.sourceforge.xwing.dom.NodeSourceSink
All Implemented Interfaces:
SourceSink

public class NodeSourceSink
extends AbstractSourceSink


Constructor Summary
NodeSourceSink()
           
NodeSourceSink(org.jaxen.dom.DOMXPath sel)
           
NodeSourceSink(Node node)
           
NodeSourceSink(Node node, org.jaxen.dom.DOMXPath sel)
           
 
Method Summary
 Object get()
          Retrieve some value.
 void set(Object value)
          Store some value.
 
Methods inherited from class net.sourceforge.xwing.AbstractSourceSink
addChangeListener, fireStateChanged, removeChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeSourceSink

public NodeSourceSink()
               throws Exception

NodeSourceSink

public NodeSourceSink(Node node)
               throws Exception

NodeSourceSink

public NodeSourceSink(org.jaxen.dom.DOMXPath sel)
               throws Exception

NodeSourceSink

public NodeSourceSink(Node node,
                      org.jaxen.dom.DOMXPath sel)
               throws Exception
Method Detail

get

public Object get()
Description copied from interface: SourceSink
Retrieve some value.

Returns:
a value.

set

public void set(Object value)
Description copied from interface: SourceSink
Store some value.

Parameters:
value - The value to be stored. In general, if a value is stored via set(), the value retrieved by a subsequent get() call will equal the set value as defined by the value's equals() method.


Copyright © 2003 The Xwing Project. All Rights Reserved.