Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.
The "Jsop" page has been changed by ThomasMueller:
http://wiki.apache.org/jackrabbit/Jsop?action=diff&rev1=28&rev2=29
Comment:
Preserve order of child nodes
'''addNodeDiff:'''
* + pathString: object
+ The added node may contain child nodes. The order of child node is preserved, that means,
when requesting the object, the child nodes will appear in the same order as they appear when
the node was added. This only applies to child nodes however; it does not apply to the order
of properties. For example, an implementation may sort the properties by name.
+
'''addPropertyDiff:'''
* + pathString: propertyValue
|