1 | #ifndef DOM_DEPRECATED_HEADER_GUARD_
|
---|
2 | #define DOM_DEPRECATED_HEADER_GUARD_
|
---|
3 |
|
---|
4 |
|
---|
5 | /*
|
---|
6 | * Copyright 1999-2002,2004 The Apache Software Foundation.
|
---|
7 | *
|
---|
8 | * Licensed under the Apache License, Version 2.0 (the "License");
|
---|
9 | * you may not use this file except in compliance with the License.
|
---|
10 | * You may obtain a copy of the License at
|
---|
11 | *
|
---|
12 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
13 | *
|
---|
14 | * Unless required by applicable law or agreed to in writing, software
|
---|
15 | * distributed under the License is distributed on an "AS IS" BASIS,
|
---|
16 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
---|
17 | * See the License for the specific language governing permissions and
|
---|
18 | * limitations under the License.
|
---|
19 | */
|
---|
20 |
|
---|
21 | /*
|
---|
22 | * $Id: DOM.hpp,v 1.3 2004/09/08 13:55:42 peiyongz Exp $
|
---|
23 | */
|
---|
24 |
|
---|
25 | //
|
---|
26 | // This is the primary header file for inclusion in application
|
---|
27 | // programs using the C++ XML Document Object Model API.
|
---|
28 | //
|
---|
29 |
|
---|
30 | #include "DOM_Attr.hpp"
|
---|
31 | #include "DOM_CDATASection.hpp"
|
---|
32 | #include "DOM_CharacterData.hpp"
|
---|
33 | #include "DOM_Comment.hpp"
|
---|
34 | #include "DOM_Document.hpp"
|
---|
35 | #include "DOM_DocumentFragment.hpp"
|
---|
36 | #include "DOM_DocumentType.hpp"
|
---|
37 | #include "DOM_DOMException.hpp"
|
---|
38 | #include "DOM_DOMImplementation.hpp"
|
---|
39 | #include "DOM_Element.hpp"
|
---|
40 | #include "DOM_Entity.hpp"
|
---|
41 | #include "DOM_EntityReference.hpp"
|
---|
42 | #include "DOM_NamedNodeMap.hpp"
|
---|
43 | #include "DOM_Node.hpp"
|
---|
44 | #include "DOM_NodeList.hpp"
|
---|
45 | #include "DOM_Notation.hpp"
|
---|
46 | #include "DOM_ProcessingInstruction.hpp"
|
---|
47 | #include "DOM_Text.hpp"
|
---|
48 | #include "DOMString.hpp"
|
---|
49 | #include "DOM_XMLDecl.hpp"
|
---|
50 |
|
---|
51 |
|
---|
52 | #endif
|
---|