Class P2CompositeParser

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getChildLocations()  
      void parse​(java.io.InputStream in)  
      • Methods inherited from class java.lang.Object

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

      • P2CompositeParser

        public P2CompositeParser()
    • Method Detail

      • getChildLocations

        public java.util.Set<java.lang.String> getChildLocations()
      • parse

        public void parse​(java.io.InputStream in)
                   throws java.io.IOException,
                          java.text.ParseException,
                          org.xml.sax.SAXException
        Specified by:
        parse in interface XMLInputParser
        Throws:
        java.io.IOException
        java.text.ParseException
        org.xml.sax.SAXException