portal.xml.jxpath
Class PortalJXPathElementFactory

java.lang.Object
  extended byorg.apache.commons.jxpath.AbstractFactory
      extended byportal.xml.jxpath.PortalJXPathElementFactory

public class PortalJXPathElementFactory
extends org.apache.commons.jxpath.AbstractFactory

Adds new nodes to existing model instances stored in a JXPath context.

Version:
$Revision: 1.1 $
Author:
Thomas Weckert

Constructor Summary
PortalJXPathElementFactory()
           
 
Method Summary
 boolean createObject(org.apache.commons.jxpath.JXPathContext context, org.apache.commons.jxpath.Pointer pointer, java.lang.Object parent, java.lang.String tag, int index)
           
 boolean declareVariable(org.apache.commons.jxpath.JXPathContext context, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalJXPathElementFactory

public PortalJXPathElementFactory()
Method Detail

createObject

public boolean createObject(org.apache.commons.jxpath.JXPathContext context,
                            org.apache.commons.jxpath.Pointer pointer,
                            java.lang.Object parent,
                            java.lang.String tag,
                            int index)
See Also:
AbstractFactory.createObject(org.apache.commons.jxpath.JXPathContext, org.apache.commons.jxpath.Pointer, java.lang.Object, java.lang.String, int)

declareVariable

public boolean declareVariable(org.apache.commons.jxpath.JXPathContext context,
                               java.lang.String name)
See Also:
AbstractFactory.declareVariable(org.apache.commons.jxpath.JXPathContext, java.lang.String)