Package org.xwiki.rendering.parser.xml
Interface ContentHandlerStreamParserFactory
@Role
public interface ContentHandlerStreamParserFactory
Create instances of
ContentHandlerStreamParser.- Since:
- 3.3M1
- Version:
- $Id: 430c683a563ea4ce803e2c471bb8123137c73a82 $
-
Method Summary
-
Method Details
-
getSyntax
Syntax getSyntax()- Returns:
- the syntax the parser is implementing
-
createParser
- Parameters:
listener- the listener to send rendering events to- Returns:
- the new
ContentHandlerStreamParserinstance.
-