Class EclipseUpdateSiteParser.FeatureHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.ivy.osgi.util.DelegatingHandler
org.apache.ivy.osgi.updatesite.xml.EclipseUpdateSiteParser.FeatureHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Enclosing class:
- EclipseUpdateSiteParser
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.ivy.osgi.util.DelegatingHandler
DelegatingHandler.ChildElementHandler<DH extends DelegatingHandler> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate EclipseFeatureprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleAttributes(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, warningMethods inherited from class org.xml.sax.helpers.DefaultHandler
resolveEntity
-
Field Details
-
FEATURE
- See Also:
-
VERSION
- See Also:
-
ID
- See Also:
-
URL
- See Also:
-
PATCH
- See Also:
-
ARCH
- See Also:
-
NL
- See Also:
-
WS
- See Also:
-
OS
- See Also:
-
LABEL
- See Also:
-
TYPE
- See Also:
-
feature
-
-
Constructor Details
-
FeatureHandler
public FeatureHandler()
-
-
Method Details
-
handleAttributes
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- Throws:
SAXException- in case the parsing should be completely stopped
-