|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.palo.api.utils.ElementUtilities
public class ElementUtilities
ElementUtilities
Some useful methods for dealing with Element
s
Constructor Summary | |
---|---|
ElementUtilities()
|
Method Summary | |
---|---|
static java.lang.String |
getPaths(Element element)
Returns all paths of given instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementUtilities()
Method Detail |
---|
public static final java.lang.String getPaths(Element element)
Element
instance. Since
an element can be used several times the returned path string can contain
several paths too. A path consist of comma separated element ids and each
path is colon separated, e.g. 1,2:3,2 meaning the element with id 2 has
to parents, namely one with id 1 and a second one with id 3.
element
- Element
instance to determine the
paths of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |