Class XmlIntegerValueExtractor


  • public class XmlIntegerValueExtractor
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int handle​(java.lang.String xmlString, java.lang.String xmlPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlIntegerValueExtractor

        public XmlIntegerValueExtractor()
    • Method Detail

      • handle

        public static int handle​(java.lang.String xmlString,
                                 java.lang.String xmlPath)
                          throws javax.xml.parsers.ParserConfigurationException,
                                 org.xml.sax.SAXException,
                                 java.io.IOException
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
        java.io.IOException