| java.lang.Object org.libresource.so6.core.tf.XmlFileFunctions
XmlFileFunctions | public class XmlFileFunctions (Code) | | author: Ecoo Team Loria |
Method Summary | |
public boolean | childOf(UpdateXmlFile c1, UpdateXmlFile c2) | public String | convertPath(ArrayList path) | public ArrayList | convertPath(String path) | public String[] | cutHead(String nodePath) | public String | decHeadPos(String nodePath) | public int | getChildIndex(int depth, String path) | public int | getChildPos(String path) | public int | getDepth(String path) | public String | incHeadPos(String nodePath) | public String | setChildIndex(int depth, String path, int newChildIndex) | public boolean | subsume(UpdateXmlFile c1, UpdateXmlFile c2) | public Command | tf(InsertNode c1, InsertNode c2) | public Command | tf(InsertNode c1, DeleteNode c2) | public Command | tf(InsertNode c1, InsertAttribute c2) | public Command | tf(InsertNode c1, DeleteAttribute c2) | public Command | tf(InsertNode c1, UpdateAttribute c2) | public Command | tf(DeleteNode c1, InsertNode c2) | public Command | tf(DeleteNode c1, DeleteNode c2) | public Command | tf(DeleteNode c1, InsertAttribute c2) | public Command | tf(DeleteNode c1, DeleteAttribute c2) | public Command | tf(DeleteNode c1, UpdateAttribute c2) | public Command | tf(InsertAttribute c1, InsertNode c2) | public Command | tf(InsertAttribute c1, DeleteNode c2) | public Command | tf(InsertAttribute c1, InsertAttribute c2) | public Command | tf(InsertAttribute c1, DeleteAttribute c2) | public Command | tf(InsertAttribute c1, UpdateAttribute c2) | public Command | tf(DeleteAttribute c1, InsertNode c2) | public Command | tf(DeleteAttribute c1, DeleteNode c2) | public Command | tf(DeleteAttribute c1, InsertAttribute c2) | public Command | tf(DeleteAttribute c1, DeleteAttribute c2) | public Command | tf(DeleteAttribute c1, UpdateAttribute c2) | public Command | tf(UpdateAttribute c1, InsertNode c2) | public Command | tf(UpdateAttribute c1, DeleteNode c2) | public Command | tf(UpdateAttribute c1, InsertAttribute c2) | public Command | tf(UpdateAttribute c1, DeleteAttribute c2) | public Command | tf(UpdateAttribute c1, UpdateAttribute c2) | public Command | transp(UpdateXmlFile c1, UpdateXmlFile c2) |
getChildIndex | public int getChildIndex(int depth, String path)(Code) | | |
|
|