2020-02-17 21:05:20 +00: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 21:11:31 +00:00
< title > XQilla DOM3 API Documentation< / title >
2020-02-17 21:05:20 +00:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 21:11:31 +00: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 21:19:57 +00:00
<!-- Generated by Doxygen 1.6.1 -->
< 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 > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li class = "current" > < 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 = "files.html" > < span > File List< / span > < / a > < / li >
< li > < a href = "globals.html" > < span > File Members< / span > < / a > < / li >
< / ul >
< / div >
< / div >
< div class = "contents" >
< h1 > StDOMNode.hpp File Reference< / h1 > < code > #include < < a class = "el" href = "DOMNode_8hpp_source.html" > xercesc/dom/DOMNode.hpp< / a > > < / code > < br / >
< code > #include < < a class = "el" href = "DOMAttr_8hpp_source.html" > xercesc/dom/DOMAttr.hpp< / a > > < / code > < br / >
< code > #include < < a class = "el" href = "DOMElement_8hpp_source.html" > xercesc/dom/DOMElement.hpp< / a > > < / code > < br / >
< div class = "dynheader" >
Include dependency graph for StDOMNode.hpp:< / div >
< div class = "dynsection" >
< div class = "center" > < img src = "StDOMNode_8hpp__incl.png" border = "0" usemap = "#StDOMNode_8hpp_map" alt = "" / > < / div >
< map name = "StDOMNode_8hpp_map" id = "StDOMNode_8hpp" >
< area shape = "rect" href = "DOMNode_8hpp.html" title = "xercesc/dom/DOMNode.hpp" alt = "" coords = "131,160,315,189" / > < area shape = "rect" href = "DOMAttr_8hpp.html" title = "xercesc/dom/DOMAttr.hpp" alt = "" coords = "5,83,181,112" / > < area shape = "rect" href = "DOMElement_8hpp.html" title = "xercesc/dom/DOMElement.hpp" alt = "" coords = "256,83,459,112" / > < / map >
< / div >
2020-02-17 21:05:20 +00:00
2020-02-17 21:19:57 +00:00
< p > < a href = "StDOMNode_8hpp_source.html" > Go to the source code of this file.< / a > < / p >
< table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td colspan = "2" > < h2 > Classes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1StDOMNode.html" > xercesc::StDOMNode< T > < / a > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > Namespaces< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > namespace < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacexercesc.html" > xercesc< / a > < / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:19:57 +00:00
< p > < tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > < p > This class holds the list of registered DOMImplementations. < / p >
< br / > < / td > < / tr >
< / p >
< tr > < td colspan = "2" > < h2 > Defines< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > #define < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "StDOMNode_8hpp.html#a3824628cf68e4e3d9f386146d7bd839c" > XERCESC_INCLUDE_GUARD_STDOMNODE_HPP< / a > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > Typedefs< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > typedef DOMNode * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacexercesc.html#a2577c93c3e79fdb8dc99b9bc538cdc67" > xercesc::DOMNodeSPtr< / a > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > typedef DOMAttr * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacexercesc.html#acf0fbe0317e1441393fd41cd672886db" > xercesc::DOMAttrSPtr< / a > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > typedef DOMElement * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacexercesc.html#ae7e2a53a052e4bdaf2f42c7f8ec99dde" > xercesc::DOMElementSPtr< / a > < / td > < / tr >
2020-02-17 21:19:08 +00:00
< / table >
2020-02-17 21:19:57 +00:00
< hr / > < h2 > Define Documentation< / h2 >
< a class = "anchor" id = "a3824628cf68e4e3d9f386146d7bd839c" > < / a > <!-- doxytag: member="StDOMNode.hpp::XERCESC_INCLUDE_GUARD_STDOMNODE_HPP" ref="a3824628cf68e4e3d9f386146d7bd839c" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:19:08 +00:00
< tr >
2020-02-17 21:19:57 +00:00
< td class = "memname" > #define XERCESC_INCLUDE_GUARD_STDOMNODE_HPP< / td >
2020-02-17 21:19:08 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:17:06 +00:00
2020-02-17 21:19:57 +00:00
< / div >
< / div >
< / div >
< hr size = "1" / > < address style = "text-align: right;" > < small > Generated on Fri Nov 13 15:00:15 2009 for XQilla DOM Level 3 API by
2020-02-17 21:05:20 +00:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 21:19:57 +00:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.6.1 < / small > < / address >
2020-02-17 21:05:20 +00:00
< / body >
< / html >