Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XalanXPathException.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(XALANXPATHEXCEPTION_HEADER_GUARD_1357924680)
17 #define XALANXPATHEXCEPTION_HEADER_GUARD_1357924680
18 
19 
20 
21 // Base header file. Must be first.
23 
24 
25 
28 
29 
30 
31 // Base class header file.
33 
34 
35 
36 XALAN_CPP_NAMESPACE_BEGIN
37 
38 
39 
40 class XalanNode;
41 
42 
43 
45 {
46 public:
47 
59  const XalanDOMString& message,
60  const XalanDOMString& theURI,
61  int theLineNumber,
62  int theColumnNumber,
63  MemoryManagerType& theManager);
64 
74  const LocatorType& theLocator,
75  const XalanDOMString& theMessage,
76  MemoryManagerType& theManager);
77 
84  XalanXPathException(const XalanDOMString& message,
85  MemoryManagerType& theManager);
86 
88 
89  virtual
91 
92  virtual const XalanDOMChar*
93  getType() const
94  {
95  return m_type;
96  }
97 
98 protected:
99 
104  explicit
106 
107 private:
108  static const XalanDOMChar m_type[];
109 
110  const XalanNode* m_styleNode;
111 
112  static const XalanDOMString s_emptyString;
113 };
114 
115 
116 
117 XALAN_CPP_NAMESPACE_END
118 
119 
120 
121 #endif // XALANXPATHEXCEPTION_HEADER_GUARD_1357924680
Definition: XalanNode.hpp:44
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: XSLException.hpp:39
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
Definition: XalanXPathException.hpp:93
XERCES_CPP_NAMESPACE_QUALIFIER Locator LocatorType
Definition: FormatterListener.hpp:47
Definition: XalanDOMString.hpp:42
#define XALAN_XPATH_EXPORT
Definition: XPathDefinitions.hpp:33
Definition: XalanXPathException.hpp:44

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