Package org.xwiki.rendering.parser.xml
Interface ContentHandlerStreamParser
-
- All Superinterfaces:
ContentHandler
@Role public interface ContentHandlerStreamParser extends ContentHandler
Convert SAX events into rendering events.- Since:
- 3.3M1
- Version:
- $Id: f605e4aeb2c08219c0214ca9cd91a873089ddd95 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Syntax
getSyntax()
void
setListener(Listener listener)
-
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
-