Package org.xwiki.rendering.parser.xml
Interface ContentHandlerStreamParserFactory
-
@Role public interface ContentHandlerStreamParserFactoryCreate instances ofContentHandlerStreamParser.- Since:
- 3.3M1
- Version:
- $Id: 430c683a563ea4ce803e2c471bb8123137c73a82 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentHandlerStreamParsercreateParser(Listener listener)SyntaxgetSyntax()
-
-
-
Method Detail
-
getSyntax
Syntax getSyntax()
- Returns:
- the syntax the parser is implementing
-
createParser
ContentHandlerStreamParser createParser(Listener listener)
- Parameters:
listener- the listener to send rendering events to- Returns:
- the new
ContentHandlerStreamParserinstance.
-
-