Search code examples
javaxmlxml-parsingxsltjaxp

XML parser Jar confusion


I need to know which jar contains the following class

com.ibm.xml.jaxp.datatype.XMLGregorianCalendar

kindly help me


Solution

  • Use the following code snippet:

    System.out.println(com.ibm.xml.jaxp.datatype.XMLGregorianCalendar.class.getProtectionDomain().getCodeSource().getLocation());