|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Path.Element in org.apache.jackrabbit.spi |
|---|
| Methods in org.apache.jackrabbit.spi that return Path.Element | |
|---|---|
Path.Element |
PathFactory.createElement(Name name)
Creates a path element from the given name. |
Path.Element |
PathFactory.createElement(Name name,
int index)
Same as PathFactory.createElement(Name) except that an explicit index can be
specified. |
Path.Element |
PathFactory.createElement(java.lang.String identifier)
Creates a path element from the given identifier. |
Path.Element |
PathFactory.getCurrentElement()
Return the current element. |
Path.Element[] |
Path.getElements()
Returns the elements of this path. |
Path.Element |
Path.getNameElement()
Returns the name element (i.e. |
Path.Element |
PathFactory.getParentElement()
Return the parent element. |
Path.Element |
PathFactory.getRootElement()
Return the root element. |
| Methods in org.apache.jackrabbit.spi with parameters of type Path.Element | |
|---|---|
Path |
PathFactory.create(Path.Element[] elements)
Create a new Path from the given elements. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||