#include "XSLTDefinitions.hpp"
#include "XSLTProcessor.hpp"
#include <cassert>
#include <xalanc/XalanDOM/XalanDOMString.hpp>
#include <xalanc/Include/XalanMemMgrAutoPtr.hpp>
#include <xalanc/Include/XalanMap.hpp>
#include <xalanc/PlatformSupport/AttributeListImpl.hpp>
#include <xalanc/PlatformSupport/DOMStringHelper.hpp>
#include <xalanc/PlatformSupport/PrefixResolver.hpp>
#include <xalanc/DOMSupport/XalanNamespacesStack.hpp>
#include <xalanc/XPath/Function.hpp>
#include <xalanc/XPath/XPathConstructionContextDefault.hpp>
#include "OutputContextStack.hpp"
#include "ProblemListenerDefault.hpp"
#include "ResultNamespacesStack.hpp"
#include "StylesheetExecutionContext.hpp"
#include "XSLTProcessorException.hpp"
#include "XalanParamHolder.hpp"
Go to the source code of this file.
Classes | |
class | XSLTEngineImpl |
It's the responsibility of the XSLTEngineImpl class, collaborating with the XML parser liaison, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree. More... | |
struct | XSLTEngineImpl::LessXalanDOMStringPointers |
struct | XSLTEngineImpl::FindStringPointerFunctor |
Typedefs | |
typedef XERCES_CPP_NAMESPACE_QUALIFIER DocumentHandler | DocumentHandlerType |
Variables | |
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER InputSource | InputSourceType |
typedef XERCES_CPP_NAMESPACE_QUALIFIER DocumentHandler DocumentHandlerType |
Definition at line 91 of file XSLTEngineImpl.hpp.
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER InputSource InputSourceType |
Definition at line 90 of file XSLTEngineImpl.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|