Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XalanXMLSerializerFactory.hpp
Go to the documentation of this file.
1 /*
2  * Copyright 1999-2004 The Apache Software Foundation.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 #if !defined(XALANXMLSERIALIZERFACTORY_HEADER_GUARD_1357924680)
17 #define XALANXMLSERIALIZERFACTORY_HEADER_GUARD_1357924680
18 
19 
20 
21 
22 // Base include file. Must be first.
24 
25 
26 
27 #include <xercesc/framework/MemoryManager.hpp>
28 
29 
30 
31 
32 XALAN_CPP_NAMESPACE_BEGIN
33 
34 
35 
36 class FormatterListener;
37 class Writer;
38 class XalanDOMString;
39 
40 
41 
42 XALAN_USING_XERCES(MemoryManager)
43 
44 
45 
46 
50 {
51 public:
52 
56  static FormatterListener*
57  create(
58  MemoryManager& theManager,
59  Writer& theWriter,
60  const XalanDOMString& theVersion,
61  bool doIndent,
62  int theIndentAmount,
63  const XalanDOMString& theEncoding,
64  const XalanDOMString& theMediaType,
65  const XalanDOMString& theDoctypeSystem,
66  const XalanDOMString& theDoctypePublic,
67  bool generateXMLDeclaration,
68  const XalanDOMString& theStandaloneString);
69 
70 private:
71 
72  static void
73  setEncoding(
74  MemoryManager& theManager,
75  Writer& theWriter,
76  XalanDOMString& theEncoding);
77 
78  // These are not implemented.
79  XalanXMLSerializerFactory(const XalanXMLSerializerFactory&);
80 
81  XalanXMLSerializerFactory&
82  operator=(const XalanXMLSerializerFactory&);
83 
84  bool
85  operator==(const XalanXMLSerializerFactory&) const;
86 };
87 
88 
89 
90 XALAN_CPP_NAMESPACE_END
91 
92 
93 
94 #endif // XALANXMLSERIALIZERFACTORY_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
Definition: Writer.hpp:42
XalanDOMString & operator=(const XalanDOMString &theRHS)
Definition: XalanDOMString.hpp:99
A SAX-based formatter interface for the XSL processor.
Definition: FormatterListener.hpp:62
#define XALAN_XMLSUPPORT_EXPORT
Definition: XMLSupportDefinitions.hpp:33
Definition: XalanDOMString.hpp:42
A factory class for creating XML serializers.
Definition: XalanXMLSerializerFactory.hpp:49

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo