Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.jxpath.ri.model
Class TestMixedModelFactory  view TestMixedModelFactory download TestMixedModelFactory.java

java.lang.Object
  extended byorg.apache.commons.jxpath.AbstractFactory
      extended byorg.apache.commons.jxpath.ri.model.TestMixedModelFactory

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

Test AbstractFactory.

Version:
$Revision: 1.7 $ $Date: 2004/02/29 14:17:45 $

Constructor Summary
TestMixedModelFactory()
           
 
Method Summary
 boolean createObject(org.apache.commons.jxpath.JXPathContext context, org.apache.commons.jxpath.Pointer pointer, java.lang.Object parent, java.lang.String name, int index)
          Create a new instance and put it in the collection on the parent object.
 boolean declareVariable(org.apache.commons.jxpath.JXPathContext context, java.lang.String name)
          Declare the specified variable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMixedModelFactory

public TestMixedModelFactory()
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 name,
                            int index)
Create a new instance and put it in the collection on the parent object. Return false if this factory cannot create the requested object.


declareVariable

public boolean declareVariable(org.apache.commons.jxpath.JXPathContext context,
                               java.lang.String name)
Description copied from class: org.apache.commons.jxpath.AbstractFactory
Declare the specified variable