|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XSLEXCEPTION_HEADER_GUARD_1357924680)
19 #define XSLEXCEPTION_HEADER_GUARD_1357924680
38 using xercesc::Locator;
55 MemoryManager& theManager,
56 const Locator* theLocator);
67 MemoryManager& theManager);
79 virtual const XalanDOMChar*
123 return m_columnNumber;
129 return m_memoryManager;
135 return m_memoryManager;
145 XalanFileLoc theLineNumber,
146 XalanFileLoc theColumnNumber,
147 const XalanDOMChar* theType,
150 return defaultFormat(
164 const XalanDOMChar* theMessage,
165 const XalanDOMChar* theURI,
166 XalanFileLoc theLineNumber,
167 XalanFileLoc theColumnNumber,
168 const XalanDOMChar* theType,
171 assert(theMessage != 0);
173 return defaultFormat(
187 const XalanDOMChar* theMessage,
189 const XalanDOMChar* theURI,
191 XalanFileLoc theLineNumber,
192 XalanFileLoc theColumnNumber,
193 const XalanDOMChar* theType,
206 const XalanFileLoc m_lineNumber;
207 const XalanFileLoc m_columnNumber;
210 const bool m_formatted;
219 #endif // XSLEXCEPTION_HEADER_GUARD_1357924680
static XalanDOMString & defaultFormat(const XalanDOMChar *theMessage, const XalanDOMChar *theURI, XalanFileLoc theLineNumber, XalanFileLoc theColumnNumber, const XalanDOMChar *theType, XalanDOMString &theBuffer)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
MemoryManager & getMemoryManager()
XalanFileLoc getColumnNumber() const
Retrieve the column number.
const XalanDOMString & getURI() const
Get the URI for the associated document, if any.
const MemoryManager & getMemoryManager() const
XalanDOMString::size_type length(const XalanDOMString &theString)
Get the length of a XalanDOMString.
const XalanDOMString & getMessage() const
Retrieve message for exception.
const XalanDOMChar * c_str() const
XalanFileLoc getLineNumber() const
Retrieve the line number.
MemoryManager & m_memoryManager
static XalanDOMString & defaultFormat(const XalanDOMString &theMessage, const XalanDOMString &theURI, XalanFileLoc theLineNumber, XalanFileLoc theColumnNumber, const XalanDOMChar *theType, XalanDOMString &theBuffer)
xercesc::Locator LocatorType