}
}
}
currentXPath += "/" + nodeName;
} catch (DOMException e) {
throw new XMLException(e.getMessage());
} catch (TransformerException e) {
throw new XMLException(e.getMessage());
}
}
} else {
throw new XMLException("Invalid xPath value [" + xPath + "]");
}
}