16 #if !defined(XSLEXCEPTION_HEADER_GUARD_1357924680)
17 #define XSLEXCEPTION_HEADER_GUARD_1357924680
31 XALAN_CPP_NAMESPACE_BEGIN
92 virtual const XalanDOMChar*
136 return m_columnNumber;
157 const XalanDOMChar* theType,
174 const XalanDOMChar* theMessage,
175 const XalanDOMChar* theURI,
178 const XalanDOMChar* theType,
181 assert(theMessage != 0 && theURI != 0 && theType != 0);
197 const XalanDOMChar* theMessage,
199 const XalanDOMChar* theURI,
203 const XalanDOMChar* theType,
220 XALAN_CPP_NAMESPACE_END
224 #endif // XSLEXCEPTION_HEADER_GUARD_1357924680
size_type length() const
Definition: XalanDOMString.hpp:209
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: XSLException.hpp:39
const XalanDOMString & getMessage() const
Retrieve message for exception.
Definition: XSLException.hpp:101
static void defaultFormat(const XalanDOMString &theMessage, const XalanDOMString &theURI, size_type theLineNumber, size_type theColumnNumber, const XalanDOMChar *theType, XalanDOMString &theBuffer)
Definition: XSLException.hpp:152
MemoryManagerType & getMemoryManager() const
Definition: XSLException.hpp:141
XalanLocator::size_type size_type
Definition: XSLException.hpp:43
static void defaultFormat(const XalanDOMChar *theMessage, const XalanDOMChar *theURI, size_type theLineNumber, size_type theColumnNumber, const XalanDOMChar *theType, XalanDOMString &theBuffer)
Definition: XSLException.hpp:173
size_type getLineNumber() const
Retrieve the line number.
Definition: XSLException.hpp:123
const XalanDOMString & getURI() const
Get the URI for the associated document, if any.
Definition: XSLException.hpp:112
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
const XalanDOMChar * c_str() const
Definition: XalanDOMString.hpp:314
MemoryManagerType & getMemoryManager()
Definition: XalanDOMString.hpp:659
XMLSSize_t size_type
Definition: XalanLocator.hpp:48
size_type size() const
Definition: XalanDOMString.hpp:201
Definition: XalanDOMString.hpp:42
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER Locator LocatorType
Definition: XSLException.hpp:35
size_type getColumnNumber() const
Retrieve the column number.
Definition: XSLException.hpp:134
unsigned int size_type
Definition: XalanDOMString.hpp:53