writer2latex.filter
Class W2LExportFilter._W2LExportFilter
java.lang.Object
writer2latex.filter.W2LExportFilter._W2LExportFilter
- W2LExportFilter
- XDocumentHandler, XExportFilter, XServiceInfo, XServiceName, XTypeProvider
public static class W2LExportFilter._W2LExportFilter
extends java.lang.Object
implements XExportFilter, XServiceName, XServiceInfo, XDocumentHandler, XTypeProvider
This inner class provides the component as a concrete implementation
of the service description. It implements the needed interfaces.
_W2LExportFilter(XComponentContext xComponentContext1) - We need to get the Service Manager from the Component context to
instatiate certain services, hence this constructor.
|
_W2LExportFilter
public _W2LExportFilter(XComponentContext xComponentContext1)
We need to get the Service Manager from the Component context to
instatiate certain services, hence this constructor.
characters
public void characters(String str)
convert
public void convert(XInputStream xml,
XOutputStream exportStream)
throws com.sun.star.uno.RuntimeException,
IOException
endDocument
public void endDocument()
throws com.sun.star.uno.RuntimeException
endElement
public void endElement(String str)
exporter
public boolean exporter(com.sun.star.beans.PropertyValue[] aSourceData,
java.lang.String[] msUserData)
throws com.sun.star.uno.RuntimeException
getImplementationId
public byte[] getImplementationId()
getImplementationName
public String getImplementationName()
getServiceName
public String getServiceName()
getSupportedServiceNames
public String[] getSupportedServiceNames()
getTypes
public Type[] getTypes()
ignorableWhitespace
public void ignorableWhitespace(String str)
needsMask
public String needsMask(String origString)
processingInstruction
public void processingInstruction(String aTarget,
String aData)
replace
public String replace(String origString,
String origChar,
String replaceChar)
setDocumentLocator
public void setDocumentLocator(com.sun.star.xml.sax.XLocator xLocator)
startDocument
public void startDocument()
startElement
public void startElement(String str,
com.sun.star.xml.sax.XAttributeList xattribs)
supportsService
public boolean supportsService(String stringServiceName)