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:22:42 +01:00
<!-- Generated by Doxygen 1.7.3 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< 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 class = "current" > < a href = "annotated.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 >
2020-02-17 22:22:42 +01:00
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "annotated.html" > < span > Class  List< / span > < / a > < / li >
< li > < a href = "classes.html" > < span > Class  Index< / span > < / a > < / li >
< li > < a href = "inherits.html" > < span > Class  Hierarchy< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class  Members< / span > < / a > < / li >
2020-02-17 22:19:57 +01:00
< / ul >
< / div >
< / div >
2020-02-17 22:22:42 +01:00
< div class = "header" >
< div class = "summary" >
< a href = "#pub-static-methods" > Static Public Member Functions< / a > < / div >
< div class = "headertitle" >
< h1 > XQillaPlatformUtils Class Reference< / h1 > < / div >
< / div >
2020-02-17 22:19:57 +01:00
< div class = "contents" >
2020-02-17 22:22:42 +01:00
<!-- doxytag: class="XQillaPlatformUtils" -->
2020-02-17 22:19:57 +01:00
< p > Static utility methods for initializing and terminating the XQilla and Xerces environments.
< a href = "#_details" > More...< / a > < / p >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > < code > #include < < a class = "el" href = "XQillaPlatformUtils_8hpp_source.html" > XQillaPlatformUtils.hpp< / a > > < / code > < / p >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > < a href = "classXQillaPlatformUtils-members.html" > List of all members.< / a > < / p >
2020-02-17 22:22:42 +01:00
< table class = "memberdecls" >
< tr > < td colspan = "2" > < h2 > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > static void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaPlatformUtils.html#ac769d09556ec43ecb94d1822783ba0b8" > initialize< / a > (< a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > *memMgr=0)< / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Perform XQilla initialization. < a href = "#ac769d09556ec43ecb94d1822783ba0b8" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > static void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaPlatformUtils.html#a0bd04a35d4cb26894497c6ff4d8e2105" > terminate< / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Perform XQilla termination. < a href = "#a0bd04a35d4cb26894497c6ff4d8e2105" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > static void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaPlatformUtils.html#a6c61da4e45f60a2ac63b54a152b545dc" > enableExtendedPrecision< / a > (bool bEnable)< / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Enable/disable extended precision in numeric items. < a href = "#a6c61da4e45f60a2ac63b54a152b545dc" > < / a > < br / > < / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
2020-02-17 22:19:57 +01:00
< hr / > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
2020-02-17 22:22:42 +01:00
< div class = "textblock" > < p > Static utility methods for initializing and terminating the XQilla and Xerces environments. < / p >
< / div > < hr / > < h2 > Member Function Documentation< / h2 >
2020-02-17 22:19:57 +01:00
< a class = "anchor" id = "a6c61da4e45f60a2ac63b54a152b545dc" > < / a > <!-- doxytag: member="XQillaPlatformUtils::enableExtendedPrecision" ref="a6c61da4e45f60a2ac63b54a152b545dc" args="(bool bEnable)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > static void XQillaPlatformUtils::enableExtendedPrecision < / td >
< td > (< / td >
2020-02-17 22:22:42 +01:00
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > bEnable< / em > < / td > < td > )< / td >
2020-02-17 22:19:57 +01:00
< td > < code > [static]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > Enable/disable extended precision in numeric items. < / p >
< p > When disabled, xs:decimal values will hold only 18 digits, xs:float 7 digits and xs:double 15 digits as mandated < / p >
< / div >
< / div >
< a class = "anchor" id = "ac769d09556ec43ecb94d1822783ba0b8" > < / a > <!-- doxytag: member="XQillaPlatformUtils::initialize" ref="ac769d09556ec43ecb94d1822783ba0b8" args="(xercesc::MemoryManager *memMgr=0)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > static void XQillaPlatformUtils::initialize < / td >
< td > (< / td >
2020-02-17 22:22:42 +01:00
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > *  < / td >
< td class = "paramname" > < em > memMgr< / em > = < code > 0< / code > < / td > < td > )< / td >
2020-02-17 22:19:57 +01:00
< td > < code > [static]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > Perform XQilla initialization. < / p >
< p > Initialization should be called first in any user code.< / p >
< p > Initializes Xerces and adds its own DOMImplementation to the registry < / p >
< dl > < dt > < b > Examples: < / b > < / dt > < dd > < a class = "el" href = "dom-basic_8cpp-example.html#a0" > dom-basic.cpp< / a > , < a class = "el" href = "dom-context-item_8cpp-example.html#a0" > dom-context-item.cpp< / a > , and < a class = "el" href = "dom-resolver_8cpp-example.html#a0" > dom-resolver.cpp< / a > .< / dd >
< / dl >
< / div >
< / div >
< a class = "anchor" id = "a0bd04a35d4cb26894497c6ff4d8e2105" > < / a > <!-- doxytag: member="XQillaPlatformUtils::terminate" ref="a0bd04a35d4cb26894497c6ff4d8e2105" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > static void XQillaPlatformUtils::terminate < / td >
< td > (< / td >
2020-02-17 22:22:42 +01:00
< td class = "paramname" > < / td > < td > )< / td >
2020-02-17 22:19:57 +01:00
< td > < code > [static]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:57 +01:00
< p > Perform XQilla termination. < / p >
< p > Terminates Xerces < / p >
< dl > < dt > < b > Examples: < / b > < / dt > < dd > < a class = "el" href = "dom-basic_8cpp-example.html#a2" > dom-basic.cpp< / a > , < a class = "el" href = "dom-context-item_8cpp-example.html#a2" > dom-context-item.cpp< / a > , and < a class = "el" href = "dom-resolver_8cpp-example.html#a2" > dom-resolver.cpp< / a > .< / dd >
< / dl >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "XQillaPlatformUtils_8hpp_source.html" > XQillaPlatformUtils.hpp< / a > < / li >
< / ul >
< / div >
2020-02-17 22:22:42 +01:00
< hr class = "footer" / > < address class = "footer" > < small > Generated on Mon Oct 31 2011 19:08:37 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:22:42 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.7.3 < / small > < / address >
2020-02-17 22:05:20 +01:00
< / body >
< / html >