org.apache.ivy.osgi.p2
Class P2CompositeParser

java.lang.Object
  extended by org.apache.ivy.osgi.p2.P2CompositeParser
All Implemented Interfaces:
XMLInputParser

public class P2CompositeParser
extends java.lang.Object
implements XMLInputParser


Constructor Summary
P2CompositeParser()
           
 
Method Summary
 java.util.Set 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 getChildLocations()

parse

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