public class XPathDataProperty extends DataGraphNodeAdapter
source, sourceProperty| Constructor and Description |
|---|
XPathDataProperty(Property target,
DataObject source,
Property sourceProperty) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get()
Returns the dereferenced value of an XPATH parse result.
|
Property |
getProperty() |
boolean |
isSet() |
void |
set(Object value)
Sets the given value into the XPATH parse result.
|
void |
unset() |
getSource, getSourcePropertypublic XPathDataProperty(Property target, DataObject source, Property sourceProperty)
public Property getProperty()
public Object get()
DataGraphNodeAdapterget in class DataGraphNodeAdapterpublic void set(Object value)
DataGraphNodeAdapterset in class DataGraphNodeAdapterpublic void unset()
public boolean isSet()
Copyright © 2017. All rights reserved.