public class ElementPath extends Object
Constructor and Description |
---|
ElementPath() |
ElementPath(List<String> list) |
ElementPath(String pathStr)
Build an elementPath from a string.
|
public ElementPath()
public ElementPath(String pathStr)
public ElementPath duplicate()
public void push(String s)
public String get(int i)
public void pop()
public String peekLast()
public int size()
protected String toStableString()
Copyright © 2005-2014 QOS.ch. All Rights Reserved.