Class XPathQuery
- java.lang.Object
 - 
- org.apache.jackrabbit.standalone.cli.query.AbstractQuery
 - 
- org.apache.jackrabbit.standalone.cli.query.XPathQuery
 
 
 
- 
- All Implemented Interfaces:
 org.apache.commons.chain.Command
public class XPathQuery extends AbstractQuery
XPathQuery 
- 
- 
Constructor Summary
Constructors Constructor Description XPathQuery() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetLanguage()- 
Methods inherited from class org.apache.jackrabbit.standalone.cli.query.AbstractQuery
execute, getDestKey, getStatementKey, setDestKey, setStatementKey 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getLanguage
protected String getLanguage()
- Specified by:
 getLanguagein classAbstractQuery- Returns:
 - the query language
 
 
 - 
 
 -