Hi All,
I am parsing the WSDL (Web Service Description Language) file xerces
DOM. I also perform some validations on that WSDL file and If I get some
validation error in that WSDL file then I want to print the offset of
that location in that file. In Xerces you can do this only in case of
saxException (line # * column #). So can any body tell me how to get the
offset of location where validation get failed ? And suppose if I throw
saxexception from there then does it automatically fills in the line
number and column number .
Waiting for reply.
Thanks in advance.
Regards,
Umesh  

Reply via email to