Class PluginDocGenerator.SpecialHandler
java.lang.Object
org.apache.excalibur.xml.sax.ContentHandlerProxy
org.ametys.core.util.IgnoreRootHandler
org.ametys.runtime.plugins.admin.plugins.doc.PluginDocGenerator.SpecialHandler
- All Implemented Interfaces:
ContentHandler,LexicalHandler
- Enclosing class:
- PluginDocGenerator
Ignore root handler that set the plugin name on the root tag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendElement(String uri, String loc, String raw) voidstartElement(String uri, String loc, String raw, Attributes a) Methods inherited from class org.ametys.core.util.IgnoreRootHandler
comment, endCDATA, endDocument, endDTD, endEntity, startCDATA, startDocument, startDTD, startEntityMethods inherited from class org.apache.excalibur.xml.sax.ContentHandlerProxy
characters, endPrefixMapping, ignorableWhitespace, processingInstruction, setContentHandler, setDocumentLocator, skippedEntity, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
SpecialHandler
Create a handler- Parameters:
handler- The handler to wrappluginName- The plugin name to set on root tag
-
-
Method Details
-
startElement
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classContentHandlerProxy- Throws:
SAXException
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classContentHandlerProxy- Throws:
SAXException
-