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

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

protected final class SimpleArtifactRepositoryIO.Parser.RepositoryDocHandler
extends org.xml.sax.helpers.DefaultHandler


Constructor Summary
SimpleArtifactRepositoryIO.Parser.RepositoryDocHandler(String rootName, org.eclipse.equinox.internal.p2.persistence.XMLParser.RootHandler rootHandler)
           
 
Method Summary
 void processingInstruction(String target, String data)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, 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.RepositoryDocHandler

public SimpleArtifactRepositoryIO.Parser.RepositoryDocHandler(String rootName,
                                                              org.eclipse.equinox.internal.p2.persistence.XMLParser.RootHandler rootHandler)
Method Detail

processingInstruction

public void processingInstruction(String target,
                                  String data)
                           throws SAXException
Specified by:
processingInstruction in interface ContentHandler
Overrides:
processingInstruction in class org.xml.sax.helpers.DefaultHandler
Throws:
SAXException


Copyright © 2008-2011. All Rights Reserved.