source: NonGTP/Xerces/xerces-c_2_8_0/include/xercesc/dom/deprecated/DOM.hpp @ 2674

Revision 2674, 1.6 KB checked in by mattausch, 16 years ago (diff)
Line 
1#ifndef DOM_DEPRECATED_HEADER_GUARD_
2#define DOM_DEPRECATED_HEADER_GUARD_
3
4
5/*
6 * Licensed to the Apache Software Foundation (ASF) under one or more
7 * contributor license agreements.  See the NOTICE file distributed with
8 * this work for additional information regarding copyright ownership.
9 * The ASF licenses this file to You under the Apache License, Version 2.0
10 * (the "License"); you may not use this file except in compliance with
11 * the License.  You may obtain a copy of the License at
12 *
13 *      http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing, software
16 * distributed under the License is distributed on an "AS IS" BASIS,
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 * See the License for the specific language governing permissions and
19 * limitations under the License.
20 */
21
22/*
23 * $Id: DOM.hpp 568078 2007-08-21 11:43:25Z amassari $
24 */
25
26//
27//  This is the primary header file for inclusion in application
28//  programs using the C++ XML Document Object Model API.
29//
30
31#include "DOM_Attr.hpp"
32#include "DOM_CDATASection.hpp"
33#include "DOM_CharacterData.hpp"
34#include "DOM_Comment.hpp"
35#include "DOM_Document.hpp"
36#include "DOM_DocumentFragment.hpp"
37#include "DOM_DocumentType.hpp"
38#include "DOM_DOMException.hpp"
39#include "DOM_DOMImplementation.hpp"
40#include "DOM_Element.hpp"
41#include "DOM_Entity.hpp"
42#include "DOM_EntityReference.hpp"
43#include "DOM_NamedNodeMap.hpp"
44#include "DOM_Node.hpp"
45#include "DOM_NodeList.hpp"
46#include "DOM_Notation.hpp"
47#include "DOM_ProcessingInstruction.hpp"
48#include "DOM_Text.hpp"
49#include "DOMString.hpp"
50#include "DOM_XMLDecl.hpp"
51
52
53#endif
Note: See TracBrowser for help on using the repository browser.