2020-02-17 22:05:20 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
2020-02-17 22:11:31 +01:00
< title > XQilla DOM3 API Documentation< / title >
2020-02-17 22:05:20 +01:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 22:11:31 +01:00
< 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 >
2020-02-17 22:17:06 +01:00
<!-- Generated by Doxygen 1.5.5 -->
< div class = "navigation" id = "top" >
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "classes.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li > < a href = "examples.html" > < span > Examples< / span > < / a > < / li >
< / ul >
< / div >
< div class = "tabs" >
< ul >
< li > < a href = "classes.html" > < span > Alphabetical List< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Class List< / span > < / a > < / li >
< li > < a href = "hierarchy.html" > < span > Class Hierarchy< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class Members< / span > < / a > < / li >
< / ul >
< / div >
< div class = "navpath" > < a class = "el" href = "namespacexercesc.html" > xercesc< / a > ::< a class = "el" href = "classxercesc_1_1DOMComment.html" > DOMComment< / a >
< / div >
< / div >
< div class = "contents" >
2020-02-17 22:05:20 +01:00
< h1 > xercesc::DOMComment Class Reference< / h1 > <!-- doxytag: class="xercesc::DOMComment" --> <!-- doxytag: inherits="xercesc::DOMCharacterData" --> This interface inherits from < code > CharacterData< / code > and represents the content of a comment, i.e., all the characters between the starting ' < code > < !--< / code > ' and ending '< code > --> < / code > '.
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "DOMComment_8hpp-source.html" > DOMComment.hpp< / a > > < / code >
< p >
2020-02-17 22:17:06 +01:00
< div class = "dynheader" >
Inheritance diagram for xercesc::DOMComment:< / div >
< div class = "dynsection" >
< p > < center > < img src = "classxercesc_1_1DOMComment__inherit__graph.png" border = "0" usemap = "#xercesc_1_1DOMComment__inherit__map" alt = "Inheritance graph" > < / center >
2020-02-17 22:05:20 +01:00
< map name = "xercesc_1_1DOMComment__inherit__map" >
2020-02-17 22:17:06 +01:00
< area shape = "rect" href = "classxercesc_1_1DOMCharacterData.html" title = "The DOMCharacterData interface extends DOMNode with a set of attributes and methods..." alt = "" coords = "5,82,192,106" > < area shape = "rect" href = "classxercesc_1_1DOMNode.html" title = "The DOMNode interface is the primary datatype for the entire Document Object Model..." alt = "" coords = "31,7,167,31" > < / map >
< center > < font size = "2" > [< a href = "graph_legend.html" > legend< / a > ]< / font > < / center > < / div >
< p >
< a href = "classxercesc_1_1DOMComment-members.html" > List of all members.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
2020-02-17 22:05:20 +01:00
< tr > < td > < / td > < / tr >
2020-02-17 22:17:06 +01:00
< tr > < td colspan = "2" > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
< tr > < td colspan = "2" > < div class = "groupHeader" > Destructor< / div > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMComment.html#3da004335aefc45db3603a6c5bfd32d6" > ~DOMComment< / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Destructor. < a href = "#3da004335aefc45db3603a6c5bfd32d6" > < / a > < br > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Protected Member Functions< / h2 > < / td > < / tr >
< tr > < td colspan = "2" > < div class = "groupHeader" > Hidden constructors< / div > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMComment.html#304811e9805bd63eeea3539115b42a63" > DOMComment< / a > ()< / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
This interface inherits from < code > CharacterData< / code > and represents the content of a comment, i.e., all the characters between the starting ' < code > < !--< / code > ' and ending '< code > --> < / code > '.
< p >
See also the < a href = "http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113" > Document Object Model (DOM) Level 2 Core Specification< / a > .< p >
2020-02-17 22:10:06 +01:00
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 1 < / dd > < / dl >
2020-02-17 22:05:20 +01:00
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 22:10:06 +01:00
< a class = "anchor" name = "304811e9805bd63eeea3539115b42a63" > < / a > <!-- doxytag: member="xercesc::DOMComment::DOMComment" ref="304811e9805bd63eeea3539115b42a63" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:10:06 +01:00
< td class = "memname" > xercesc::DOMComment::DOMComment < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline, protected]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:10:06 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:10:06 +01:00
< / div >
< / div > < p >
< a class = "anchor" name = "3da004335aefc45db3603a6c5bfd32d6" > < / a > <!-- doxytag: member="xercesc::DOMComment::~DOMComment" ref="3da004335aefc45db3603a6c5bfd32d6" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:10:06 +01:00
< td class = "memname" > virtual xercesc::DOMComment::~DOMComment < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline, virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:10:06 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:05:20 +01:00
< p >
Destructor.
< p >
2020-02-17 22:10:06 +01:00
< / div >
< / div > < p >
2020-02-17 22:05:20 +01:00
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "DOMComment_8hpp-source.html" > DOMComment.hpp< / a > < / ul >
2020-02-17 22:17:06 +01:00
< / div >
< hr size = "1" > < address style = "text-align: right;" > < small > Generated on Mon Jan 5 19:54:55 2009 for XQilla DOM Level 3 API by
2020-02-17 22:05:20 +01:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 22:17:06 +01:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.5.5 < / small > < / address >
2020-02-17 22:05:20 +01:00
< / body >
< / html >