Xalan-C++ API Reference  1.12.0
XercesBridgeTypes.hpp
Go to the documentation of this file.
1 /*
2  * Licensed to the Apache Software Foundation (ASF) under one
3  * or more contributor license agreements. See the NOTICE file
4  * distributed with this work for additional information
5  * regarding copyright ownership. The ASF licenses this file
6  * to you under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  */
18 #if !defined(XERCESBRIDGETYPES_HEADER_GUARD_1357924680)
19 #define XERCESBRIDGETYPES_HEADER_GUARD_1357924680
20 
21 
22 
24 
25 
26 
27 namespace XERCES_CPP_NAMESPACE
28 {
29  class DOM_Attr;
30  class DOM_CharacterData;
31  class DOM_Comment;
32  class DOM_CDATASection;
33  class DOM_Document;
34  class DOM_DocumentFragment;
35  class DOM_DocumentType;
36  class DOM_DOMImplementation;
37  class DOM_Element;
38  class DOM_Entity;
39  class DOM_EntityReference;
40  class DOM_Node;
41  class DOM_Text;
42  class DOM_NamedNodeMap;
43  class DOM_NodeList;
44  class DOM_Notation;
45  class DOM_ProcessingInstruction;
46  class DOM_Text;
47  class DOM_DocumentType;
48  class DOM_DOMException;
49  class DOMString;
50  class AttrImpl;
51  class ElementImpl;
52  class NodeImpl;
53  class TextImpl;
54 }
55 
56 
57 
58 namespace XALAN_CPP_NAMESPACE {
59 
60 
61 
62 typedef xercesc::DOM_Attr DOM_AttrType;
63 typedef xercesc::DOM_CharacterData DOM_CharacterDataType;
64 typedef xercesc::DOM_Comment DOM_CommentType;
65 typedef xercesc::DOM_CDATASection DOM_CDATASectionType;
66 // These next two have an extra '_' because they collide without it...
67 typedef xercesc::DOM_DocumentType DOM_DocumentType_Type;
68 typedef xercesc::DOM_Document DOM_Document_Type;
69 typedef xercesc::DOM_DocumentFragment DOM_DocumentFragmentType;
70 typedef xercesc::DOM_DOMImplementation DOM_DOMImplementationType;
71 typedef xercesc::DOM_Element DOM_ElementType;
72 typedef xercesc::DOM_Entity DOM_EntityType;
73 typedef xercesc::DOM_EntityReference DOM_EntityReferenceType;
74 typedef xercesc::DOM_Node DOM_NodeType;
75 typedef xercesc::DOM_Text DOM_TextType;
76 typedef xercesc::DOM_NamedNodeMap DOM_NamedNodeMapType;
77 typedef xercesc::DOM_NodeList DOM_NodeListType;
78 typedef xercesc::DOM_Notation DOM_NotationType;
79 typedef xercesc::DOM_ProcessingInstruction DOM_ProcessingInstructionType;
80 typedef xercesc::DOM_Text DOM_TextType;
81 typedef xercesc::DOM_DOMException DOM_DOMExceptionType;
82 typedef xercesc::AttrImpl AttrImplType;
83 typedef xercesc::ElementImpl ElementImplType;
84 typedef xercesc::NodeImpl NodeImplType;
85 typedef xercesc::TextImpl TextImplType;
86 typedef xercesc::DOMString DOMStringType;
87 
88 
89 
90 
91 
92 }
93 
94 
95 
96 #endif // !defined(XERCESBRIDGETYPES_HEADER_GUARD_1357924680)
xercesc::TextImpl TextImplType
xercesc::DOM_NamedNodeMap DOM_NamedNodeMapType
xercesc::DOM_ProcessingInstruction DOM_ProcessingInstructionType
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::DOM_NodeList DOM_NodeListType
xercesc::DOM_Notation DOM_NotationType
xercesc::DOM_Comment DOM_CommentType
xercesc::NodeImpl NodeImplType
xercesc::DOM_DOMException DOM_DOMExceptionType
xercesc::DOM_Entity DOM_EntityType
xercesc::DOM_Document DOM_Document_Type
xercesc::DOM_CDATASection DOM_CDATASectionType
xercesc::DOM_Attr DOM_AttrType
xercesc::DOM_Text DOM_TextType
xercesc::DOM_Element DOM_ElementType
xercesc::DOMString DOMStringType
xercesc::DOM_DocumentType DOM_DocumentType_Type
xercesc::DOM_CharacterData DOM_CharacterDataType
xercesc::ElementImpl ElementImplType
xercesc::DOM_Node DOM_NodeType
xercesc::DOM_EntityReference DOM_EntityReferenceType
xercesc::DOM_DocumentFragment DOM_DocumentFragmentType
xercesc::AttrImpl AttrImplType
xercesc::DOM_DOMImplementation DOM_DOMImplementationType