At 9:36 AM +1000 3/23/02, David Peterson wrote:

>Proposal 1: Preserved Case
>--------------------------
>
>In this proposal, the case of the original object model's name is
>preserved.
>
>org.jaxen.XPath
>org.jaxen.dom.DOMXPath extends XPath
>org.jaxen.dom4j.Dom4jXPath extends XPath
>org.jaxen.exml.ElectricXPath extends XPath
>org.jaxen.jdom.JDOMXPath extends XPath
>
>Vote:

+1
>
>Proposal 2: Pascal Case
>-----------------------
>
>In this proposal, the case of the original object model's name is
>converted to lower case, except the first letter of a word in the name.
>
>org.jaxen.XPath
>org.jaxen.dom.DomXPath extends XPath
>org.jaxen.dom4j.Dom4jXPath extends XPath
>org.jaxen.exml.ElectricXPath extends XPath
>org.jaxen.jdom.JdomXPath extends XPath
>
>Vote:

-1

>
>Item 2: A Generic XPath implementation
>======================================
>
>It has been suggested that it would be cool if Jaxen had an object
>model-agnostic implementation that determined which implementation of
>Navigator was appropriate for an object passed to it by examining it's
>class, rather than having to have selected an object model when
>constructing the XPath.It has been determined that this functioality
>could be added with a subclass of org.jaxen.XPath (as suggested in Item
>1). The downside is that it would be quite a bit less efficient, since
>it involves reflection and type checking each time an expression is
>executed.
>
>Question: Should a Generic XPath be implemented?
>
>Vote:

+1

(and by the way I don't believe that part about "quite a bit less 
efficient" until somebody proves it with a profiler.
-- 

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer |
+-----------------------+------------------------+-------------------+
|          The XML Bible, 2nd Edition (Hungry Minds, 2001)           |
|             http://www.cafeconleche.org/books/bible2/              |
|   http://www.amazon.com/exec/obidos/ISBN=0764547607/cafeaulaitA/   |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://www.cafeaulait.org/      |
|  Read Cafe con Leche for XML News: http://www.cafeconleche.org/    |
+----------------------------------+---------------------------------+

_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to