org.n52.security.common.xml
Class XMLPath.StringXMLPath
java.lang.Object
org.n52.security.common.xml.XMLPath
org.n52.security.common.xml.XMLPath.StringXMLPath
- Enclosing class:
- XMLPath
public static class XMLPath.StringXMLPath
- extends XMLPath
Class StringXMLPath, represents xpaths queries resulting in string values.
- Version:
- $Revision: $
- Author:
- Marko Reiprecht
Created on 16.07.2008
Method Summary |
String |
get()
Method gets the String, queried by the path. |
protected QName |
getReturnType()
Method gets the returnType of an evaluation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLPath.StringXMLPath
protected XMLPath.StringXMLPath(XMLPath previous)
- Constructor creates a new instance.
- Parameters:
previous
- the previous.
get
public String get()
- Method gets the String, queried by the path.
- Returns:
- String.
getReturnType
protected QName getReturnType()
- Description copied from class:
XMLPath
- Method gets the returnType of an evaluation.
- Specified by:
getReturnType
in class XMLPath
- Returns:
- QName.
- See Also:
XMLPath.getReturnType()
Copyright © 2004–2014 52north.org. All rights reserved.