|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.xpath.DataGraphNodeAdapter
public abstract class DataGraphNodeAdapter
Wraps a result or "endpoint" of a Jaxen XPATH parse, supplying source traversal information, e.g. the Data Object and Property which served as the source or "parent" of a particular traversal path.
| Field Summary | |
|---|---|
protected DataObject |
source
|
protected Property |
sourceProperty
|
| Constructor Summary | |
|---|---|
DataGraphNodeAdapter(DataObject source,
Property sourceProperty)
|
|
| Method Summary | |
|---|---|
abstract Object |
get()
Returns the dereferenced value of an XPATH parse result. |
DataObject |
getSource()
Returns the data object traversal source |
Property |
getSourceProperty()
Returns the property traversal source |
abstract void |
set(Object value)
Sets the given value into the XPATH parse result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DataObject source
protected Property sourceProperty
| Constructor Detail |
|---|
public DataGraphNodeAdapter(DataObject source,
Property sourceProperty)
| Method Detail |
|---|
public abstract Object get()
public abstract void set(Object value)
public DataObject getSource()
public Property getSourceProperty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||