Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7636379
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T07:39:48+00:00 2026-05-31T07:39:48+00:00

i have this xpath defined for moxy in a jaxb class @XmlPath(child::*/REG) public List

  • 0

i have this xpath defined for moxy in a jaxb class

@XmlPath(“child::*/REG”)
public List entries;

but it won’t unmarshal the xml document correctly. the List variable called entries is empty.

i’ve also tried

@XmlPath(“*/REG”)
public List entries;

i’ve also tried

@XmlPath(“//REG”)
public List entries;

without joy

but if i do

@XmlPath(“BANKGIRO/REG”)
public List entries;

it’s fine and the list is populated.

I haven’t looked through the source yet but I’m guessing this type of xpath is not supported yet. I checked all my xpath in an xpath verifier for sanity and all the xpath above is fine (all the xpath is valid for the context node i’m positioned at).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T07:39:50+00:00Added an answer on May 31, 2026 at 7:39 am

    EclipseLink JAXB (MOXy) does currently not support an XPath like: @XmlPath("child::*/REG"). Our focus has been on supporting XPath statements that provide enough information for marshalling as well as unmarshalling. For example it is clear what @XmlPath("child::*/REG") means on a read, but is ambiguous in terms when writing that object back to XML or JSON. If you are interested in this kind of support please enter an enhancement request:

    • https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EclipseLink

    MOXy does support XPath like:

    • @XmlPath(“.”) // Map to self node, useful when mapping two objects to same element
    • @XmlPath(“@foo”) // Map to attribute
    • @XmlPath(“foo”) // Map to element
    • @XmlPath(“foo[2]”) // Map to 2nd occurence of
    • @XmlPath(“foo[@bar=’Hello World’]”) // Map to foo element with bar attribute with value “Hello World”
    • @XmlPath(“ns1:foo/ns2:@bar”) // Map to namespace qualified nodes

    For More Information

    • http://blog.bdoughan.com/2010/07/xpath-based-mapping.html
    • http://blog.bdoughan.com/2010/09/xpath-based-mapping-geocode-example.html
    • http://blog.bdoughan.com/2011/03/map-to-element-based-on-attribute-value.html
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this xpath expression that does not work //div[child[0]::h4[text()[contains(.,'Dir')]]]/a To parse this html:
I have an API (from third party java library) that looks like: public List<?>
Is there some kind of split() function in XPath? Say I have this XML:
I have this div: <div class=product-name>Product1</div> I also have this div: <div class=product-name gold>Product2</div>
I have this xml file and I want to get some values with Xpath.
I have this matlab function: function trackName = getTrackName(xpath, gpxSourceDom) % Import the XPath
I have this code: $reader = new DOMDocument(); $reader->loadHTML($shell); $xpath = new DomXPath($reader); $xpath->registerNamespace('html','http://www.w3.org/1999/xhtml');
Have this query: SELECT HOUR( DATE ) AS hr, COUNT( * ) AS cnt
Have this self-made slider: http://jsfiddle.net/wyc3P/4/ What it does: takes min and max values in
I have this code in jQuery, that I want to reimplement with the prototype

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.