org.priha.query
Class QueryResultImpl.RowImpl

java.lang.Object
  extended by org.priha.query.QueryResultImpl.RowImpl
Enclosing class:
QueryResultImpl

public static class QueryResultImpl.RowImpl
extends java.lang.Object


Constructor Summary
QueryResultImpl.RowImpl(Node nd)
           
 
Method Summary
 Value getValue(java.lang.String arg0)
           
 Value[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResultImpl.RowImpl

public QueryResultImpl.RowImpl(Node nd)
Method Detail

getValue

public Value getValue(java.lang.String arg0)
               throws ItemNotFoundException,
                      RepositoryException
Throws:
ItemNotFoundException
RepositoryException

getValues

public Value[] getValues()
                  throws RepositoryException
Throws:
RepositoryException