Class DynamicInformationHandler
java.lang.Object
org.apache.excalibur.xml.sax.ContentHandlerProxy
org.ametys.core.util.IgnoreRootHandler
org.ametys.plugins.linkdirectory.dynamic.DynamicInformationHandler
- All Implemented Interfaces:
ContentHandler
,LexicalHandler
Ignore root handler that remove the 'dynamic-information' root tag
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endElement
(String uri, String localName, String qName) void
startElement
(String uri, String localName, String qName, Attributes atts) Methods inherited from class org.ametys.core.util.IgnoreRootHandler
comment, endCDATA, endDocument, endDTD, endEntity, startCDATA, startDocument, startDTD, startEntity
Methods inherited from class org.apache.excalibur.xml.sax.ContentHandlerProxy
characters, endPrefixMapping, ignorableWhitespace, processingInstruction, setContentHandler, setDocumentLocator, skippedEntity, startPrefixMapping
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
DynamicInformationHandler
Create a handler- Parameters:
contentHandler
- The handler to wrap
-
-
Method Details
-
startElement
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException - Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classContentHandlerProxy
- Throws:
SAXException
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classContentHandlerProxy
- Throws:
SAXException
-