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

#include <xalanc/XPath/XObject.hpp>

#include "common.h"

namespace InputXSLT {

namespace XObjectValue {
	template <typename Type>
	Type get(const xalan::XObjectPtr&);
}

}

#endif  // INPUTXSLT_SRC_SUPPORT_TUPLE_XOBJECT_VALUE_H_