Interface XMLEventFactoryProvider
- 
- All Known Implementing Classes:
 DefaultXMLEventFactoryProvider
public interface XMLEventFactoryProviderThis exists to provide a 'safe' way to access {@see XMLEventFactory}, without it there may be weird classloader issues. An example of this is MyWork calling InlineTaskService which fails unline calling it directly from within a Confluence page. Unfortunately as well {@see XMLEventFactory} is not an interface so we need to wrap it in another factory for OSGI. {@see XmlOutputFactory} for another example of this. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLEventFactorygetXmlEventFactory() 
 - 
 
- 
- 
Method Detail
- 
getXmlEventFactory
XMLEventFactory getXmlEventFactory()
 
 - 
 
 -