Package org.apache.ivy.osgi.util
Class DelegatingHandler.ChildElementHandler<DH extends DelegatingHandler>
- java.lang.Object
-
- org.apache.ivy.osgi.util.DelegatingHandler.ChildElementHandler<DH>
-
- Enclosing class:
- DelegatingHandler
public abstract static class DelegatingHandler.ChildElementHandler<DH extends DelegatingHandler> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChildElementHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract void
childHandled(DH child)
void
childHanlded(DH child)
Deprecated.because of renaming due spell check.
-
-
-
Method Detail
-
childHanlded
@Deprecated public void childHanlded(DH child) throws org.xml.sax.SAXParseException
Deprecated.because of renaming due spell check.- Parameters:
child
- DH- Throws:
org.xml.sax.SAXParseException
- on failure
-
childHandled
public abstract void childHandled(DH child) throws org.xml.sax.SAXParseException
- Throws:
org.xml.sax.SAXParseException
-
-