uk.co.lakesidetech.spxforms.web.bind.jxpath
Class JXPathDOMFactory

java.lang.Object
  extended byorg.apache.commons.jxpath.AbstractFactory
      extended byuk.co.lakesidetech.spxforms.web.bind.jxpath.JXPathDOMFactory

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


Constructor Summary
JXPathDOMFactory()
           
 
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)
          Return false if this factory cannot create the requested object.
 boolean declareVariable(org.apache.commons.jxpath.JXPathContext context, java.lang.String name)
           
 java.lang.String getNamespaceURI(org.w3c.dom.Element element, java.lang.String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXPathDOMFactory

public JXPathDOMFactory()
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)
Return false if this factory cannot create the requested object.


getNamespaceURI

public java.lang.String getNamespaceURI(org.w3c.dom.Element element,
                                        java.lang.String prefix)

declareVariable

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