Package net.sf.okapi.filters.openxml
Interface XMLFactories
-
public interface XMLFactories
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLEventFactorygetEventFactory()XMLInputFactorygetInputFactory()XMLOutputFactorygetOutputFactory()
-
-
-
Method Detail
-
getInputFactory
XMLInputFactory getInputFactory()
-
getOutputFactory
XMLOutputFactory getOutputFactory()
-
getEventFactory
XMLEventFactory getEventFactory()
-
-