Element
object contains the Name
and optional index of a single JCR path element. Once created, a Element
object must be immutable. The String presentation of an Element
must be in the format "{namespaceURI}localPart
" or "{namespaceURI}localPart[index]
" case of an index greater than {@link Path#INDEX_DEFAULT}. Note, that the implementation must implement the equals method such, that two Element
objects having equals Name
s and the same normalized index must be equal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|