Class EclipseUpdateSiteParser.SiteHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.apache.ivy.osgi.util.DelegatingHandler
-
- org.apache.ivy.osgi.updatesite.xml.EclipseUpdateSiteParser.SiteHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
- Enclosing class:
- EclipseUpdateSiteParser
private static class EclipseUpdateSiteParser.SiteHandler extends DelegatingHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ivy.osgi.util.DelegatingHandler
DelegatingHandler.ChildElementHandler<DH extends DelegatingHandler>
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringASSOCIATE_SITES_URLprivate static java.lang.StringDIGEST_URLprivate static java.lang.StringMIRRORS_URLprivate static java.lang.StringPACK200private static java.lang.StringSITE(package private) UpdateSiteupdatesiteprivate static java.lang.StringURL
-
Constructor Summary
Constructors Constructor Description SiteHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleAttributes(org.xml.sax.Attributes atts)Called when the expected node is achieved; nothing to do by default.-
Methods inherited from class org.apache.ivy.osgi.util.DelegatingHandler
addChild, characters, doCharacters, doEndDocument, doEndElement, doEndPrefixMapping, doError, doFatalError, doIgnorableWhitespace, doNotationDecl, doProcessingInstruction, doSkippedEntity, doStartDocument, doStartElement, doStartPrefixMapping, doUnparsedEntityDecl, doWarning, endDocument, endElement, endPrefixMapping, error, fatalError, getBufferedChars, getCurrentElementIdentifier, getLocation, getLocator, getName, getOptionalAttribute, getOptionalBooleanAttribute, getOptionalIntAttribute, getOptionalLongAttribute, getParent, getRequiredAttribute, getRequiredBooleanAttribute, getRequiredIntAttribute, getRequiredLongAttribute, ignorableWhitespace, isBufferingChar, log, log, notationDecl, processingInstruction, setBufferingChar, setDocumentLocator, setSkipOnError, skip, skippedEntity, startDocument, startElement, startPrefixMapping, stopDelegating, unparsedEntityDecl, warning
-
-
-
-
Field Detail
-
SITE
private static final java.lang.String SITE
- See Also:
- Constant Field Values
-
URL
private static final java.lang.String URL
- See Also:
- Constant Field Values
-
PACK200
private static final java.lang.String PACK200
- See Also:
- Constant Field Values
-
MIRRORS_URL
private static final java.lang.String MIRRORS_URL
- See Also:
- Constant Field Values
-
ASSOCIATE_SITES_URL
private static final java.lang.String ASSOCIATE_SITES_URL
- See Also:
- Constant Field Values
-
DIGEST_URL
private static final java.lang.String DIGEST_URL
- See Also:
- Constant Field Values
-
updatesite
UpdateSite updatesite
-
-
Method Detail
-
handleAttributes
protected void handleAttributes(org.xml.sax.Attributes atts)
Description copied from class:DelegatingHandlerCalled when the expected node is achieved; nothing to do by default.- Overrides:
handleAttributesin classDelegatingHandler- Parameters:
atts- the xml attributes attached to the expected node
-
-