Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XalanDOMImplementation.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(XALANDOMIMPLEMENTATION_HEADER_GUARD_1357924680)
17 #define XALANDOMIMPLEMENTATION_HEADER_GUARD_1357924680
18 
19 
20 
22 
23 
24 
25 XALAN_CPP_NAMESPACE_BEGIN
26 
27 
28 
29 class XalanDocument;
30 class XalanDocumentType;
31 class XalanDOMString;
32 
33 
34 
35 /*
36  * <meta name="usage" content="experimental"/>
37  *
38  * Base class for the DOM DOMImplementation interface.
39  *
40  * This class is experimental and subject to change!!
41  */
42 
44 {
45 public:
46 
48 
49  virtual
51 
54 
68  virtual bool
69  hasFeature(
70  const XalanDOMString& feature,
71  const XalanDOMString& version) = 0;
72 
74 
77 
91  virtual XalanDocumentType*
92  createDocumentType(
93  const XalanDOMString& qualifiedName,
94  const XalanDOMString& publicId,
95  const XalanDOMString& systemId) = 0;
96 
113  virtual XalanDocument*
114  createDocument(
115  const XalanDOMString& namespaceURI,
116  const XalanDOMString& qualifiedName,
117  const XalanDocumentType& doctype) = 0;
118 
120 
121 protected:
122 
124 
126  operator=(const XalanDOMImplementation& theSource);
127 
128  bool
129  operator==(const XalanDOMImplementation& theRHS) const;
130 
131 private:
132 };
133 
134 
135 
136 XALAN_CPP_NAMESPACE_END
137 
138 
139 
140 #endif // !defined (XALANDOMIMPLEMENTATION_HEADER_GUARD_1357924680)
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
#define XALAN_DOM_EXPORT
Definition: XalanDOMDefinitions.hpp:35
Definition: XalanDocumentType.hpp:38
Definition: XalanDocument.hpp:51
Definition: XalanDOMImplementation.hpp:43
Definition: XalanDOMString.hpp:42

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