org.blojsom.plugin.xpath
Class EntryWrapper

java.lang.Object
  extended byorg.blojsom.plugin.xpath.EntryWrapper

public class EntryWrapper
extends java.lang.Object

EntryWrapper is a helper class for the XPath plugin to allow for running XPath expressions over Entry array's.

Since:
blojsom 3.0
Version:
$Id: EntryWrapper.java,v 1.2 2007/01/17 02:35:07 czarneckid Exp $
Author:
David Czarnecki, Mark Lussier

Constructor Summary
EntryWrapper(Entry[] entries)
          Construct a wrapper with an existing set of entries
 
Method Summary
 Entry[] getEntries()
          Retrieve the set of blog entries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryWrapper

public EntryWrapper(Entry[] entries)
Construct a wrapper with an existing set of entries

Parameters:
entries - Set of blog entries
Method Detail

getEntries

public Entry[] getEntries()
Retrieve the set of blog entries

Returns:
Blog entries