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
27namespace 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
58namespace XALAN_CPP_NAMESPACE {
59
60
61
62typedef xercesc::DOM_Attr DOM_AttrType;
63typedef xercesc::DOM_CharacterData DOM_CharacterDataType;
64typedef xercesc::DOM_Comment DOM_CommentType;
65typedef xercesc::DOM_CDATASection DOM_CDATASectionType;
66// These next two have an extra '_' because they collide without it...
67typedef xercesc::DOM_DocumentType DOM_DocumentType_Type;
68typedef xercesc::DOM_Document DOM_Document_Type;
69typedef xercesc::DOM_DocumentFragment DOM_DocumentFragmentType;
70typedef xercesc::DOM_DOMImplementation DOM_DOMImplementationType;
71typedef xercesc::DOM_Element DOM_ElementType;
72typedef xercesc::DOM_Entity DOM_EntityType;
73typedef xercesc::DOM_EntityReference DOM_EntityReferenceType;
74typedef xercesc::DOM_Node DOM_NodeType;
75typedef xercesc::DOM_Text DOM_TextType;
76typedef xercesc::DOM_NamedNodeMap DOM_NamedNodeMapType;
77typedef xercesc::DOM_NodeList DOM_NodeListType;
78typedef xercesc::DOM_Notation DOM_NotationType;
79typedef xercesc::DOM_ProcessingInstruction DOM_ProcessingInstructionType;
80typedef xercesc::DOM_Text DOM_TextType;
81typedef xercesc::DOM_DOMException DOM_DOMExceptionType;
82typedef xercesc::AttrImpl AttrImplType;
83typedef xercesc::ElementImpl ElementImplType;
84typedef xercesc::NodeImpl NodeImplType;
85typedef xercesc::TextImpl TextImplType;
86typedef xercesc::DOMString DOMStringType;
87
88
89
90
91
92}
93
94
95
96#endif // !defined(XERCESBRIDGETYPES_HEADER_GUARD_1357924680)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::DOM_CDATASection DOM_CDATASectionType
xercesc::DOMString DOMStringType
xercesc::AttrImpl AttrImplType
xercesc::NodeImpl NodeImplType
xercesc::DOM_ProcessingInstruction DOM_ProcessingInstructionType
xercesc::DOM_DOMImplementation DOM_DOMImplementationType
xercesc::DOM_Attr DOM_AttrType
xercesc::DOM_EntityReference DOM_EntityReferenceType
xercesc::DOM_Element DOM_ElementType
xercesc::DOM_Text DOM_TextType
xercesc::DOM_NamedNodeMap DOM_NamedNodeMapType
xercesc::DOM_Node DOM_NodeType
xercesc::TextImpl TextImplType
xercesc::DOM_DOMException DOM_DOMExceptionType
xercesc::DOM_Entity DOM_EntityType
xercesc::DOM_Notation DOM_NotationType
xercesc::ElementImpl ElementImplType
xercesc::DOM_DocumentType DOM_DocumentType_Type
xercesc::DOM_Comment DOM_CommentType
xercesc::DOM_CharacterData DOM_CharacterDataType
xercesc::DOM_NodeList DOM_NodeListType
xercesc::DOM_Document DOM_Document_Type
xercesc::DOM_DocumentFragment DOM_DocumentFragmentType