|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> ri >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.jxpath.ri.model
Class TestMixedModelFactory

java.lang.Objectorg.apache.commons.jxpath.AbstractFactory
org.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
|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> ri >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC