net.sourceforge.xwing.dom
Class NodeSourceSink
java.lang.Object
net.sourceforge.xwing.AbstractSourceSink
net.sourceforge.xwing.dom.NodeSourceSink
- All Implemented Interfaces:
- SourceSink
- public class NodeSourceSink
- extends AbstractSourceSink
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.