this.fileName = fileName;
}
public void init() throws Exception {
builder = new StAXOMBuilder(this.getClass().getResourceAsStream(fileName));
fac = new WrapperFactory();
omDoc = builder.getDocument();
omDocEle = omDoc.getOMDocumentElement();
doc = (Document) fac.getNode(omDoc);
docEle = doc.getDocumentElement();
}