writer2latex.filter
public static class W2XExportFilter._W2XExportFilter extends Object implements XExportFilter, XServiceName, XServiceInfo, XDocumentHandler, XTypeProvider
UNKNOWN: XTypeProvider
Constructor Summary | |
---|---|
_W2XExportFilter(XComponentContext xComponentContext1) We need to get the Service Manager from the Component context to instatiate certain services, hence this constructor. |
Method Summary | |
---|---|
void | characters(String str) |
void | convert(XInputStream xml, XOutputStream exportStream) |
void | endDocument() |
void | endElement(String str) |
boolean | exporter(PropertyValue[] aSourceData, String[] msUserData) |
byte[] | getImplementationId() |
String | getImplementationName() |
String | getServiceName() |
String[] | getSupportedServiceNames() |
Type[] | getTypes() |
void | ignorableWhitespace(String str) |
String | needsMask(String origString) |
void | processingInstruction(String aTarget, String aData) |
String | replace(String origString, String origChar, String replaceChar) |
void | setDocumentLocator(XLocator xLocator) |
void | startDocument() |
void | startElement(String str, XAttributeList xattribs) |
boolean | supportsService(String stringServiceName) |
We need to get the Service Manager from the Component context to instatiate certain services, hence this constructor.