martin.common.xml
Class Misc

java.lang.Object
  extended by martin.common.xml.Misc

public class Misc
extends java.lang.Object


Constructor Summary
Misc()
           
 
Method Summary
static java.util.ArrayList<Pair<java.lang.Integer>> getSectionCoordinates(java.lang.String data, java.lang.String[] validXPathSections)
           
static java.util.ArrayList<Pair<java.lang.Integer>> getSectionCoordinates(java.lang.String data, java.lang.String validXPathSections, int start, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Misc

public Misc()
Method Detail

getSectionCoordinates

public static java.util.ArrayList<Pair<java.lang.Integer>> getSectionCoordinates(java.lang.String data,
                                                                                 java.lang.String validXPathSections,
                                                                                 int start,
                                                                                 int end)

getSectionCoordinates

public static java.util.ArrayList<Pair<java.lang.Integer>> getSectionCoordinates(java.lang.String data,
                                                                                 java.lang.String[] validXPathSections)