Package org.apache.ivy.osgi.obr.xml
Class OBRXMLParser.ExtendHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.apache.ivy.osgi.util.DelegatingHandler
-
- org.apache.ivy.osgi.obr.xml.OBRXMLParser.AbstractRequirementHandler
-
- org.apache.ivy.osgi.obr.xml.OBRXMLParser.ExtendHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
- Enclosing class:
- OBRXMLParser
static class OBRXMLParser.ExtendHandler extends OBRXMLParser.AbstractRequirementHandler
-
-
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 (package private) static java.lang.String
EXTEND
-
Fields inherited from class org.apache.ivy.osgi.obr.xml.OBRXMLParser.AbstractRequirementHandler
filter, FILTER, MULTIPLE, NAME, OPTIONAL, requirement
-
-
Constructor Summary
Constructors Constructor Description ExtendHandler()
-
Method Summary
-
Methods inherited from class org.apache.ivy.osgi.obr.xml.OBRXMLParser.AbstractRequirementHandler
handleAttributes
-
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
-
EXTEND
static final java.lang.String EXTEND
- See Also:
- Constant Field Values
-
-