103 lines
11 KiB
HTML
103 lines
11 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
|
<title>XQilla DOM3 API Documentation</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border="0" alt="SourceForge.net Logo" /></a>
|
|
<!-- Generated by Doxygen 1.3.9.1 -->
|
|
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="examples.html">Examples</a></div>
|
|
<div class="nav">
|
|
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a> / <a class="el" href="dir_000001.html">src</a> / <a class="el" href="dir_000002.html">xercesc</a> / <a class="el" href="dir_000003.html">dom</a></div>
|
|
<h1>DOM.hpp</h1><a href="DOM_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
|
|
00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
|
|
00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
|
|
00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
|
|
00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
|
|
00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
|
|
00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
|
|
00008 <span class="comment"> * </span>
|
|
00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
|
|
00010 <span class="comment"> * </span>
|
|
00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
|
|
00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
|
|
00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
|
|
00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
|
|
00015 <span class="comment"> * limitations under the License.</span>
|
|
00016 <span class="comment"> */</span>
|
|
00017
|
|
00018 <span class="comment">/*</span>
|
|
00019 <span class="comment"> * $Id: DOM.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
|
|
00020 <span class="comment"> */</span>
|
|
00021
|
|
00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOM_HPP)</span>
|
|
<a name="l00023"></a><a class="code" href="DOM_8hpp.html#a0">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOM_HPP</span>
|
|
00024 <span class="preprocessor"></span>
|
|
00025 <span class="comment">//</span>
|
|
00026 <span class="comment">// This is the primary header file for inclusion in application</span>
|
|
00027 <span class="comment">// programs using the C++ XML Document Object Model API.</span>
|
|
00028 <span class="comment">//</span>
|
|
00029
|
|
00030 <span class="preprocessor">#include <<a class="code" href="DOMAttr_8hpp.html">xercesc/dom/DOMAttr.hpp</a>></span>
|
|
00031 <span class="preprocessor">#include <<a class="code" href="DOMCDATASection_8hpp.html">xercesc/dom/DOMCDATASection.hpp</a>></span>
|
|
00032 <span class="preprocessor">#include <<a class="code" href="DOMCharacterData_8hpp.html">xercesc/dom/DOMCharacterData.hpp</a>></span>
|
|
00033 <span class="preprocessor">#include <<a class="code" href="DOMComment_8hpp.html">xercesc/dom/DOMComment.hpp</a>></span>
|
|
00034 <span class="preprocessor">#include <<a class="code" href="DOMDocument_8hpp.html">xercesc/dom/DOMDocument.hpp</a>></span>
|
|
00035 <span class="preprocessor">#include <<a class="code" href="DOMDocumentFragment_8hpp.html">xercesc/dom/DOMDocumentFragment.hpp</a>></span>
|
|
00036 <span class="preprocessor">#include <<a class="code" href="DOMDocumentType_8hpp.html">xercesc/dom/DOMDocumentType.hpp</a>></span>
|
|
00037 <span class="preprocessor">#include <<a class="code" href="DOMElement_8hpp.html">xercesc/dom/DOMElement.hpp</a>></span>
|
|
00038 <span class="preprocessor">#include <<a class="code" href="DOMEntity_8hpp.html">xercesc/dom/DOMEntity.hpp</a>></span>
|
|
00039 <span class="preprocessor">#include <<a class="code" href="DOMEntityReference_8hpp.html">xercesc/dom/DOMEntityReference.hpp</a>></span>
|
|
00040 <span class="preprocessor">#include <<a class="code" href="DOMException_8hpp.html">xercesc/dom/DOMException.hpp</a>></span>
|
|
00041 <span class="preprocessor">#include <<a class="code" href="DOMImplementation_8hpp.html">xercesc/dom/DOMImplementation.hpp</a>></span>
|
|
00042 <span class="preprocessor">#include <<a class="code" href="DOMNamedNodeMap_8hpp.html">xercesc/dom/DOMNamedNodeMap.hpp</a>></span>
|
|
00043 <span class="preprocessor">#include <<a class="code" href="DOMNode_8hpp.html">xercesc/dom/DOMNode.hpp</a>></span>
|
|
00044 <span class="preprocessor">#include <<a class="code" href="DOMNodeList_8hpp.html">xercesc/dom/DOMNodeList.hpp</a>></span>
|
|
00045 <span class="preprocessor">#include <<a class="code" href="DOMNotation_8hpp.html">xercesc/dom/DOMNotation.hpp</a>></span>
|
|
00046 <span class="preprocessor">#include <<a class="code" href="DOMProcessingInstruction_8hpp.html">xercesc/dom/DOMProcessingInstruction.hpp</a>></span>
|
|
00047 <span class="preprocessor">#include <<a class="code" href="DOMText_8hpp.html">xercesc/dom/DOMText.hpp</a>></span>
|
|
00048
|
|
00049 <span class="comment">// Introduced in DOM Level 2</span>
|
|
00050 <span class="preprocessor">#include <<a class="code" href="DOMDocumentRange_8hpp.html">xercesc/dom/DOMDocumentRange.hpp</a>></span>
|
|
00051 <span class="preprocessor">#include <<a class="code" href="DOMDocumentTraversal_8hpp.html">xercesc/dom/DOMDocumentTraversal.hpp</a>></span>
|
|
00052 <span class="preprocessor">#include <<a class="code" href="DOMNodeFilter_8hpp.html">xercesc/dom/DOMNodeFilter.hpp</a>></span>
|
|
00053 <span class="preprocessor">#include <<a class="code" href="DOMNodeIterator_8hpp.html">xercesc/dom/DOMNodeIterator.hpp</a>></span>
|
|
00054 <span class="preprocessor">#include <<a class="code" href="DOMRange_8hpp.html">xercesc/dom/DOMRange.hpp</a>></span>
|
|
00055 <span class="preprocessor">#include <<a class="code" href="DOMRangeException_8hpp.html">xercesc/dom/DOMRangeException.hpp</a>></span>
|
|
00056 <span class="preprocessor">#include <<a class="code" href="DOMTreeWalker_8hpp.html">xercesc/dom/DOMTreeWalker.hpp</a>></span>
|
|
00057
|
|
00058 <span class="comment">// Introduced in DOM Level 3</span>
|
|
00059 <span class="preprocessor">#include <<a class="code" href="DOMLSParser_8hpp.html">xercesc/dom/DOMLSParser.hpp</a>></span>
|
|
00060 <span class="preprocessor">#include <<a class="code" href="DOMLSParserFilter_8hpp.html">xercesc/dom/DOMLSParserFilter.hpp</a>></span>
|
|
00061 <span class="preprocessor">#include <<a class="code" href="DOMConfiguration_8hpp.html">xercesc/dom/DOMConfiguration.hpp</a>></span>
|
|
00062 <span class="preprocessor">#include <<a class="code" href="DOMLSResourceResolver_8hpp.html">xercesc/dom/DOMLSResourceResolver.hpp</a>></span>
|
|
00063 <span class="preprocessor">#include <<a class="code" href="DOMError_8hpp.html">xercesc/dom/DOMError.hpp</a>></span>
|
|
00064 <span class="preprocessor">#include <<a class="code" href="DOMErrorHandler_8hpp.html">xercesc/dom/DOMErrorHandler.hpp</a>></span>
|
|
00065 <span class="preprocessor">#include <<a class="code" href="DOMImplementationLS_8hpp.html">xercesc/dom/DOMImplementationLS.hpp</a>></span>
|
|
00066 <span class="preprocessor">#include <<a class="code" href="DOMImplementationList_8hpp.html">xercesc/dom/DOMImplementationList.hpp</a>></span>
|
|
00067 <span class="preprocessor">#include <<a class="code" href="DOMImplementationRegistry_8hpp.html">xercesc/dom/DOMImplementationRegistry.hpp</a>></span>
|
|
00068 <span class="preprocessor">#include <<a class="code" href="DOMImplementationSource_8hpp.html">xercesc/dom/DOMImplementationSource.hpp</a>></span>
|
|
00069 <span class="preprocessor">#include <<a class="code" href="DOMLSInput_8hpp.html">xercesc/dom/DOMLSInput.hpp</a>></span>
|
|
00070 <span class="preprocessor">#include <<a class="code" href="DOMLSOutput_8hpp.html">xercesc/dom/DOMLSOutput.hpp</a>></span>
|
|
00071 <span class="preprocessor">#include <<a class="code" href="DOMLocator_8hpp.html">xercesc/dom/DOMLocator.hpp</a>></span>
|
|
00072 <span class="preprocessor">#include <<a class="code" href="DOMPSVITypeInfo_8hpp.html">xercesc/dom/DOMPSVITypeInfo.hpp</a>></span>
|
|
00073 <span class="preprocessor">#include <<a class="code" href="DOMStringList_8hpp.html">xercesc/dom/DOMStringList.hpp</a>></span>
|
|
00074 <span class="preprocessor">#include <<a class="code" href="DOMTypeInfo_8hpp.html">xercesc/dom/DOMTypeInfo.hpp</a>></span>
|
|
00075 <span class="preprocessor">#include <<a class="code" href="DOMUserDataHandler_8hpp.html">xercesc/dom/DOMUserDataHandler.hpp</a>></span>
|
|
00076 <span class="preprocessor">#include <<a class="code" href="DOMLSSerializer_8hpp.html">xercesc/dom/DOMLSSerializer.hpp</a>></span>
|
|
00077 <span class="preprocessor">#include <<a class="code" href="DOMLSSerializerFilter_8hpp.html">xercesc/dom/DOMLSSerializerFilter.hpp</a>></span>
|
|
00078
|
|
00079 <span class="preprocessor">#include <<a class="code" href="DOMXPathEvaluator_8hpp.html">xercesc/dom/DOMXPathEvaluator.hpp</a>></span>
|
|
00080 <span class="preprocessor">#include <<a class="code" href="DOMXPathNSResolver_8hpp.html">xercesc/dom/DOMXPathNSResolver.hpp</a>></span>
|
|
00081 <span class="preprocessor">#include <<a class="code" href="DOMXPathException_8hpp.html">xercesc/dom/DOMXPathException.hpp</a>></span>
|
|
00082 <span class="preprocessor">#include <<a class="code" href="DOMXPathExpression_8hpp.html">xercesc/dom/DOMXPathExpression.hpp</a>></span>
|
|
00083 <span class="preprocessor">#include <<a class="code" href="DOMXPathResult_8hpp.html">xercesc/dom/DOMXPathResult.hpp</a>></span>
|
|
00084 <span class="preprocessor">#include <<a class="code" href="DOMXPathNamespace_8hpp.html">xercesc/dom/DOMXPathNamespace.hpp</a>></span>
|
|
00085
|
|
00086
|
|
00087 <span class="preprocessor">#endif</span>
|
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:48 2009 for XQilla DOM Level 3 API by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
|
|
</body>
|
|
</html>
|