Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

AVTPart.hpp
Go to the documentation of this file.
1 /*
2  * Copyright 1999-2004 The Apache Software Foundation.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 #if !defined(XALAN_AVTPART_HEADER_GUARD)
17 #define XALAN_AVTPART_HEADER_GUARD
18 
26 // Base include file. Must be first.
27 #include "XSLTDefinitions.hpp"
28 
29 
30 
31 XALAN_CPP_NAMESPACE_BEGIN
32 
33 
34 
35 class XalanDOMString;
36 class XalanNode;
37 class PrefixResolver;
39 
40 
41 
46 class AVTPart
47 {
48 public:
49 
50  AVTPart();
51 
52  virtual
53  ~AVTPart();
54 
63  virtual void
64  evaluate(
65  XalanDOMString& buf,
66  XalanNode* contextNode,
67  const PrefixResolver& prefixResolver,
68  XPathExecutionContext& executionContext) const = 0;
69 
77  virtual void
78  evaluate(
79  XalanDOMString& buf,
80  const PrefixResolver& prefixResolver,
81  XPathExecutionContext& executionContext) const = 0;
82 };
83 
84 
85 
86 XALAN_CPP_NAMESPACE_END
87 
88 
89 
90 #endif //XALAN_AVTPART_HEADER_GUARD
Definition: XalanNode.hpp:44
virtual void evaluate(XalanDOMString &buf, XalanNode *contextNode, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const =0
Append the value to the buffer.
Definition: XPathExecutionContext.hpp:72
Class to hold a part, either a string or XPath, of an Attribute Value Template.
Definition: AVTPart.hpp:46
This class defines an interface for classes that resolve namespace prefixes to their URIs...
Definition: PrefixResolver.hpp:37
Definition: XalanDOMString.hpp:42
virtual ~AVTPart()

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo