Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/DesignDocs/293925/MOXyExtensions/XMLDirectMapping"

(XML Direct Mapping)
Line 3: Line 3:
  
 
Provide support for XML direct mappings via xml-element and xml-attribute.
 
Provide support for XML direct mappings via xml-element and xml-attribute.
 +
 +
== XML Metadata ==
 +
 +
The following table outlines how an xml-element can be declared to define an XMLDirectMapping:
 +
 +
{|{{BMTableStyle}}
 +
|-{{BMTHStyle}}
 +
! XML Metadata
 +
! Mapping
 +
|-
 +
| name
 +
| attributeName
 +
|-
 +
| xml-path
 +
| XPath
 +
|}

Revision as of 10:56, 2 February 2010

XMLDirectMapping

Provide support for XML direct mappings via xml-element and xml-attribute.

XML Metadata

The following table outlines how an xml-element can be declared to define an XMLDirectMapping:

XML Metadata Mapping
name attributeName
xml-path XPath

Back to the top