18d192041SAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 38d192041SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 48d192041SAndrew Rist * or more contributor license agreements. See the NOTICE file 58d192041SAndrew Rist * distributed with this work for additional information 68d192041SAndrew Rist * regarding copyright ownership. The ASF licenses this file 78d192041SAndrew Rist * to you under the Apache License, Version 2.0 (the 88d192041SAndrew Rist * "License"); you may not use this file except in compliance 98d192041SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 118d192041SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 138d192041SAndrew Rist * Unless required by applicable law or agreed to in writing, 148d192041SAndrew Rist * software distributed under the License is distributed on an 158d192041SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 168d192041SAndrew Rist * KIND, either express or implied. See the License for the 178d192041SAndrew Rist * specific language governing permissions and limitations 188d192041SAndrew Rist * under the License. 19cdf0e10cSrcweir * 208d192041SAndrew Rist *************************************************************/ 218d192041SAndrew Rist 228d192041SAndrew Rist 23cdf0e10cSrcweir namespace sax_expatwrap { 24cdf0e10cSrcweir Reference< XInterface > SAL_CALL SaxWriter_CreateInstance( 25*85ec52e3SDamjan Jovanovic const Reference< XComponentContext > & rCtx ) throw (Exception); 26cdf0e10cSrcweir OUString SaxWriter_getServiceName() throw(); 27cdf0e10cSrcweir OUString SaxWriter_getImplementationName() throw(); 28cdf0e10cSrcweir Sequence< OUString > SaxWriter_getSupportedServiceNames(void) throw(); 29cdf0e10cSrcweir } 30