org.apache.cocoon.transformation.pagination
Class ItemGroup
java.lang.Object
org.apache.cocoon.transformation.pagination.ItemGroup
- public class ItemGroup
- extends Object
Container class for the immutable pagination rules for each page.
- Version:
- CVS $Id: ItemGroup.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Stefano Mazzocchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemGroup
public ItemGroup(String name,
String elementURI,
String elementName)
match
public boolean match(String elementName,
String elementURI)
match
public boolean match(String elementURI)
getName
public String getName()
getElementURI
public String getElementURI()
getElementName
public String getElementName()
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.