org.sonatype.tycho.p2.maven.repository.xmlio35
Class SimpleArtifactRepositoryIO.Parser.ArtifactHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.sonatype.tycho.p2.maven.repository.xmlio35.SimpleArtifactRepositoryIO.Parser.ArtifactHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Enclosing class:
SimpleArtifactRepositoryIO.Parser

protected class SimpleArtifactRepositoryIO.Parser.ArtifactHandler
extends org.xml.sax.helpers.DefaultHandler


Constructor Summary
SimpleArtifactRepositoryIO.Parser.ArtifactHandler(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler, Attributes attributes, Set artifacts)
           
 
Method Summary
protected  void finished()
           
 void startElement(String name, Attributes attributes)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleArtifactRepositoryIO.Parser.ArtifactHandler

public SimpleArtifactRepositoryIO.Parser.ArtifactHandler(org.eclipse.equinox.internal.p2.persistence.XMLParser.AbstractHandler parentHandler,
                                                         Attributes attributes,
                                                         Set artifacts)
Method Detail

startElement

public void startElement(String name,
                         Attributes attributes)

finished

protected void finished()


Copyright © 2008-2011. All Rights Reserved.