~ubuntu-branches/ubuntu/natty/libxml++2.6/natty

« back to all changes in this revision

Viewing changes to docs/reference/2.17/html/hierarchy.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-11-17 14:53:51 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061117145351-2a403c6h54pzia5l
Tags: 2.17.1-0ubuntu1
* New upstream release: 
  - Node: Added get_parent()
  - TextReader: Added TextReader(const char* data) constructor, for parsing 
    memory buffers.
  - Element::set_attribute(): Really return the new attribute.
  - Build: Added MS Visual Studio 2005 project files.
* debian/control:
  - remove duplicate doxygen build-dep.
* debian/rules, debian/libxml++2.6-doc.docs:
  - 2.14 -> 2.17.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
3
<title>libxml++: Hierarchical Index</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
<link href="tabs.css" rel="stylesheet" type="text/css">
 
6
</head><body>
 
7
<!-- Generated by Doxygen 1.4.6 -->
 
8
<div class="tabs">
 
9
  <ul>
 
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
 
11
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
 
12
    <li id="current"><a href="classes.html"><span>Classes</span></a></li>
 
13
    <li><a href="files.html"><span>Files</span></a></li>
 
14
    <li><a href="dirs.html"><span>Directories</span></a></li>
 
15
  </ul></div>
 
16
<div class="tabs">
 
17
  <ul>
 
18
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
 
19
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
 
20
    <li id="current"><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
 
21
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
 
22
  </ul></div>
 
23
<h1>libxml++ Class Hierarchy</h1><a href="inherits.html">Go to the graphical class hierarchy</a>
 
24
<p>
 
25
This inheritance list is sorted roughly, but not completely, alphabetically:<ul>
 
26
<li><a class="el" href="classxmlpp_1_1Dtd.html">xmlpp::Dtd</a>
 
27
<li><a class="elRef" doxygen="libstdc++.tag.xml:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/classstd_1_1exception.html">std::exception</a>
 
28
<code> [external]</code><ul>
 
29
<li><a class="el" href="classxmlpp_1_1exception.html">xmlpp::exception</a>
 
30
<ul>
 
31
<li><a class="el" href="classxmlpp_1_1internal__error.html">xmlpp::internal_error</a>
 
32
<li><a class="el" href="classxmlpp_1_1parse__error.html">xmlpp::parse_error</a>
 
33
<ul>
 
34
<li><a class="el" href="classxmlpp_1_1validity__error.html">xmlpp::validity_error</a>
 
35
</ul>
 
36
</ul>
 
37
</ul>
 
38
<li><a class="el" href="classxmlpp_1_1KeepBlanks.html">xmlpp::KeepBlanks</a>
 
39
<li><a class="el" href="classxmlpp_1_1NonCopyable.html">xmlpp::NonCopyable</a>
 
40
<ul>
 
41
<li><a class="el" href="classxmlpp_1_1Document.html">xmlpp::Document</a>
 
42
<li><a class="el" href="classxmlpp_1_1Node.html">xmlpp::Node</a>
 
43
<ul>
 
44
<li><a class="el" href="classxmlpp_1_1Attribute.html">xmlpp::Attribute</a>
 
45
<li><a class="el" href="classxmlpp_1_1ContentNode.html">xmlpp::ContentNode</a>
 
46
<ul>
 
47
<li><a class="el" href="classxmlpp_1_1CdataNode.html">xmlpp::CdataNode</a>
 
48
<li><a class="el" href="classxmlpp_1_1CommentNode.html">xmlpp::CommentNode</a>
 
49
<li><a class="el" href="classxmlpp_1_1ProcessingInstructionNode.html">xmlpp::ProcessingInstructionNode</a>
 
50
<li><a class="el" href="classxmlpp_1_1TextNode.html">xmlpp::TextNode</a>
 
51
</ul>
 
52
<li><a class="el" href="classxmlpp_1_1Element.html">xmlpp::Element</a>
 
53
<li><a class="el" href="classxmlpp_1_1EntityReference.html">xmlpp::EntityReference</a>
 
54
</ul>
 
55
<li><a class="el" href="classxmlpp_1_1OutputBuffer.html">xmlpp::OutputBuffer</a>
 
56
<ul>
 
57
<li><a class="el" href="classxmlpp_1_1OStreamOutputBuffer.html">xmlpp::OStreamOutputBuffer</a>
 
58
</ul>
 
59
<li><a class="el" href="classxmlpp_1_1Parser.html">xmlpp::Parser</a>
 
60
<ul>
 
61
<li><a class="el" href="classxmlpp_1_1DomParser.html">xmlpp::DomParser</a>
 
62
<li><a class="el" href="classxmlpp_1_1SaxParser.html">xmlpp::SaxParser</a>
 
63
</ul>
 
64
<li><a class="el" href="classxmlpp_1_1ParserInputBuffer.html">xmlpp::ParserInputBuffer</a>
 
65
<ul>
 
66
<li><a class="el" href="classxmlpp_1_1IStreamParserInputBuffer.html">xmlpp::IStreamParserInputBuffer</a>
 
67
</ul>
 
68
<li><a class="el" href="classxmlpp_1_1TextReader.html">xmlpp::TextReader</a>
 
69
<li><a class="el" href="classxmlpp_1_1Validator.html">xmlpp::Validator</a>
 
70
<ul>
 
71
<li><a class="el" href="classxmlpp_1_1DtdValidator.html">xmlpp::DtdValidator</a>
 
72
</ul>
 
73
</ul>
 
74
<li><a class="el" href="structxmlpp_1_1SaxParser_1_1Attribute.html">xmlpp::SaxParser::Attribute</a>
 
75
<li><a class="el" href="structxmlpp_1_1SaxParser_1_1AttributeHasName.html">xmlpp::SaxParser::AttributeHasName</a>
 
76
<li><a class="el" href="classbool.html">bool</a>
 
77
</ul>
 
78
<hr size="1"><address style="align: right;"><small>Generated on Fri Nov 17 09:08:22 2006 for libxml++ by&nbsp;
 
79
<a href="http://www.doxygen.org/index.html">
 
80
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
 
81
</body>
 
82
</html>