Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XercesDOMWrapperParsedSource.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(XERCESDOMWRAPPERPARSEDSOURCE_HEADER_GUARD)
17 #define XERCESDOMWRAPPERPARSEDSOURCE_HEADER_GUARD
18 
19 
20 
21 // Base include file. Must be first.
23 
24 
25 
27 
28 
29 
31 
32 
33 
34 XALAN_DECLARE_XERCES_CLASS(DOM_Document)
35 XALAN_DECLARE_XERCES_CLASS(DOMDocument)
36 
37 
38 
39 XALAN_CPP_NAMESPACE_BEGIN
40 
41 
42 
43 typedef XERCES_CPP_NAMESPACE_QUALIFIER DOM_Document DOM_Document_Type;
44 typedef XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument DOMDocument_Type;
45 
46 
47 
49 class XercesDOMSupport;
50 
51 
52 
58 {
59 
60 public:
61 
62 #if defined(XALAN_BUILD_DEPRECATED_DOM_BRIDGE)
63 
74  const DOM_Document_Type& theDocument,
75  XercesParserLiaison& theParserLiaison,
76  XercesDOMSupport& theDOMSupport,
79 #endif
80 
90  const DOMDocument_Type* theDocument,
91  XercesParserLiaison& theParserLiaison,
92  XercesDOMSupport& theDOMSupport,
94  MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR);
95 
96  virtual
98 
99  virtual XalanDocument*
100  getDocument() const;
101 
102  virtual XalanParsedSourceHelper*
103  createHelper(MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR) const;
104 
105  virtual const XalanDOMString&
106  getURI() const;
107 
108 private:
109  //Not implemented
112 
113  XercesParserLiaison& m_parserLiaison;
114 
115  XercesDOMSupport& m_domSupport;
116 
117  XalanDocument* const m_parsedSource;
118 
119  const XalanDOMString m_uri;
120 };
121 
122 
123 
124 XALAN_CPP_NAMESPACE_END
125 
126 
127 
128 #endif // XERCESDOMWRAPPERPARSEDSOURCE_HEADER_GUARD
Definition: XercesDOMSupport.hpp:35
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
This is designed to allow a XalanTranfomer object to wrap a parsed Xerces document.
Definition: XercesDOMWrapperParsedSource.hpp:57
#define XALAN_DEFAULT_MEMMGR
Definition: XalanMemoryManagement.hpp:402
XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument DOMDocument_Type
Definition: XercesDOMWrapperParsedSource.hpp:44
static MemoryManager & getDummyMemMgr()
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Document DOM_Document_Type
Definition: XercesBridgeTypes.hpp:63
Definition: XercesParserLiaison.hpp:70
Definition: XalanParsedSource.hpp:43
This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document...
Definition: XalanParsedSource.hpp:75
Definition: XalanDocument.hpp:51
Definition: XalanDOMString.hpp:42
#define XALAN_TRANSFORMER_EXPORT
Definition: XalanTransformerDefinitions.hpp:37

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