org.blojsom.plugin.xpath
Class BlogEntryWrapper

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

public class BlogEntryWrapper
extends java.lang.Object

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

Since:
blojsom 2.02
Version:
$Id: BlogEntryWrapper.java,v 1.7 2006/01/04 16:22:22 czarneckid Exp $
Author:
Mark Lussier

Constructor Summary
BlogEntryWrapper(BlogEntry[] entries)
          Construct a wrapper with an existing set of entries
 
Method Summary
 BlogEntry[] 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

BlogEntryWrapper

public BlogEntryWrapper(BlogEntry[] entries)
Construct a wrapper with an existing set of entries

Parameters:
entries - Set of blog entries
Method Detail

getEntries

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

Returns:
Blog entries