|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.mycontainer.ResourcePropertyHelper
public class ResourcePropertyHelper
Simple XPath evaluator over resource property documents.
| Constructor Summary | |
|---|---|
ResourcePropertyHelper(org.apache.axis.message.addressing.EndpointReferenceType reference)
Creates an instance with a reference to a service instance. |
|
| Method Summary | |
|---|---|
void |
addNamespace(String prefix,
String uri)
Declares a namespace for XPath evaluation. |
List<String> |
evaluate(String xpath)
Evaluates an XPath expression and returns matching values as strings. |
NodeList |
evaluateForNodes(String xpath)
Evaluates an XPath expression and returns matching values as a NodeList. |
static org.oasis.wsrf.properties.QueryResourcePropertiesResponse |
propertiesOf(org.apache.axis.message.addressing.EndpointReferenceType reference)
|
String |
show()
Evaluates an XPath expression and returns matching values as strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourcePropertyHelper(org.apache.axis.message.addressing.EndpointReferenceType reference)
reference - the reference| Method Detail |
|---|
public void addNamespace(String prefix,
String uri)
prefix - the namespace prefixuri - the namespace URIpublic String show()
xpath - the expression
public List<String> evaluate(String xpath)
xpath - the expression
public NodeList evaluateForNodes(String xpath)
NodeList.
xpath - the expression
public static org.oasis.wsrf.properties.QueryResourcePropertiesResponse propertiesOf(org.apache.axis.message.addressing.EndpointReferenceType reference)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||