aboutsummaryrefslogtreecommitdiff
path: root/src/support/xalan_string.h
blob: 2220be53fc17f53b864cdbc20cf168995fefffb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef INPUTXSLT_SRC_SUPPORT_XALAN_STRING_H_
#define INPUTXSLT_SRC_SUPPORT_XALAN_STRING_H_

#include <xalanc/XalanDOM/XalanDOMString.hpp>

#include <string>

#include "common.h"

namespace InputXSLT {

std::string toString(const xalan::XalanDOMString&);
xalan::XalanDOMString toString(const std::string&);

}

#endif  // INPUTXSLT_SRC_SUPPORT_XALAN_STRING_H_