2020-02-17 22:17:06 +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" >
< 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 >
2020-02-17 22:23:16 +01: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 >
2020-02-17 22:19:57 +01:00
< 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 >
2020-02-17 22:23:16 +01:00
< 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 >
2020-02-17 22:19:57 +01:00
< / ul >
< / div >
< / div >
< div class = "contents" >
2020-02-17 22:23:16 +01:00
< h1 > DOMStringList.hpp File Reference< / h1 > < code > #include < xercesc/util/XercesDefs.hpp> < / code > < br / >
< div class = "dynheader" >
2020-02-17 22:19:57 +01:00
Include dependency graph for DOMStringList.hpp:< / div >
2020-02-17 22:23:16 +01:00
< div class = "dynsection" >
< div class = "center" > < img src = "DOMStringList_8hpp__incl.png" border = "0" usemap = "#DOMStringList_8hpp_map" alt = "" / > < / div >
2020-02-17 22:19:57 +01:00
< / div >
2020-02-17 22:23:16 +01:00
< div class = "dynheader" >
This graph shows which files directly or indirectly include this file:< / div >
< div class = "dynsection" >
< div class = "center" > < img src = "DOMStringList_8hpp__dep__incl.png" border = "0" usemap = "#DOMStringList_8hppdep_map" alt = "" / > < / div >
< map name = "DOMStringList_8hppdep_map" id = "DOMStringList_8hppdep" >
< area shape = "rect" id = "node3" href = "DOM_8hpp.html" title = "DOM.hpp" alt = "" coords = "71,237,153,267" / > < area shape = "rect" id = "node5" href = "DOMConfiguration_8hpp.html" title = "DOMConfiguration.hpp" alt = "" coords = "63,83,236,112" / > < area shape = "rect" id = "node8" href = "DOMLSParser_8hpp.html" title = "DOMLSParser.hpp" alt = "" coords = "96,160,237,189" / > < area shape = "rect" id = "node11" href = "DOMLSSerializer_8hpp.html" title = "DOMLSSerializer.hpp" alt = "" coords = "261,160,421,189" / > < / map >
2020-02-17 22:19:57 +01:00
< / div >
2020-02-17 22:23:16 +01:00
2020-02-17 22:19:57 +01:00
< p > < a href = "DOMStringList_8hpp_source.html" > Go to the source code of this file.< / a > < / p >
2020-02-17 22:23:16 +01:00
< 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_1DOMStringList.html" > xercesc::DOMStringList< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > The < code > < a class = "el" href = "classxercesc_1_1DOMStringList.html" title = "The DOMStringList interface provides the abstraction of an ordered collection of..." > DOMStringList< / a > < / code > interface provides the abstraction of an ordered collection of strings, without defining or constraining how this collection is implemented. < a href = "classxercesc_1_1DOMStringList.html#_details" > More...< / a > < br / > < / 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 22:17:06 +01:00
2020-02-17 22:23:16 +01:00
< p > < tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > < p > This class holds the list of registered DOMImplementations. < / p >
2020-02-17 22:19:57 +01:00
< br / > < / td > < / tr >
< / p >
2020-02-17 22:23:16 +01:00
< 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 = "DOMStringList_8hpp.html#ac14fcc578530d6a5d1476d9dcff2f9e7" > XERCESC_INCLUDE_GUARD_DOMSTRINGLIST_HPP< / a > < / td > < / tr >
2020-02-17 22:17:06 +01:00
< / table >
2020-02-17 22:23:16 +01:00
< hr / > < h2 > Define Documentation< / h2 >
< a class = "anchor" id = "ac14fcc578530d6a5d1476d9dcff2f9e7" > < / a > <!-- doxytag: member="DOMStringList.hpp::XERCESC_INCLUDE_GUARD_DOMSTRINGLIST_HPP" ref="ac14fcc578530d6a5d1476d9dcff2f9e7" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define XERCESC_INCLUDE_GUARD_DOMSTRINGLIST_HPP< / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< / div >
< / div >
2020-02-17 22:19:57 +01:00
< / div >
2020-02-17 22:24:17 +01:00
< hr size = "1" / > < address style = "text-align: right;" > < small > Generated on 18 May 2015 for XQilla DOM Level 3 API by
2020-02-17 22:17:06 +01:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 22:23:16 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.6.1 < / small > < / address >
2020-02-17 22:17:06 +01:00
< / body >
< / html >