JXPath « xpath « Java XML Q&A

Home
Java XML Q&A
1.convert
2.Development
3.document
4.dom
5.dom4j
6.dtd
7.element
8.jaxb
9.jaxp
10.jdom
11.jsoup
12.namespace
13.Node
14.parse
15.parser
16.pdf
17.sax
18.schema
19.stax
20.tag
21.transform
22.Validation
23.xalan
24.xmlbeans
25.xpath
26.xsd
27.xslt
28.xstream
Java XML Q&A » xpath » JXPath 

1. Good Free Java XPath Evaluator source - JXPath perhaps?    stackoverflow.com

Is there a good free XPath evaluator source code available? We have a tree style data structure which is not too dissimilar to XML. However, it would be great to include ...

2. How to evaulate xpath expression using JXpath library    stackoverflow.com

I'm using apache JXPath library to parse an XML. I'm trying to find an API in JXPath which does similar function as XPath evaluate, i.e. check if the xpath expression exists ...

3. What's the best way to wrap an XPath language/interface over POJOs?    stackoverflow.com

I'd like to expose a tree of POJOs via a simple "XPath" like language so that users can do something like /purchaseOrder/location[@city = 'Mountain View']?

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.