Lines Matching refs:XDocumentHandler
34 import com.sun.star.xml.sax.XDocumentHandler;
46 implements XDocumentHandler, XSignatureCreationResultListener, XSignatureVerifyResultListener,
60 private XDocumentHandler m_xOutputHandler;
137 private XDocumentHandler m_xExportHandler;
154 XDocumentHandler xOutputHandler, in XMLSecurityFrameworkController()
218 m_xExportHandler = (XDocumentHandler)UnoRuntime.queryInterface( in changeOutput()
219 XDocumentHandler.class, m_xSAXEventKeeper); in changeOutput()
235 (XDocumentHandler)UnoRuntime.queryInterface(XDocumentHandler.class, m_xSAXEventKeeper)); in changeOutput()
736 private void setOutputHandler(XDocumentHandler handler) in setOutputHandler()
777 protected void getDocument(XDocumentHandler handler) in getDocument()
896 XDocumentHandler saxEventKeeperHandler = in startElement()
897 (XDocumentHandler)UnoRuntime.queryInterface( in startElement()
898 XDocumentHandler.class, m_xSAXEventKeeper); in startElement()
900 m_xSAXEventKeeper.setNextHandler((XDocumentHandler)this); in startElement()