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" >
< title > XQilla DOM Level 3 API: XQillaPlatformUtils Class Reference< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
<!-- Generated by Doxygen 1.4.6 -->
< 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 id = "current" > < a href = "classes.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / 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 >
< h1 > XQillaPlatformUtils Class Reference< / h1 > <!-- doxytag: class="XQillaPlatformUtils" --> Static utility methods for initializing and terminating the XQilla and Xerces environments.
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "XQillaPlatformUtils_8hpp-source.html" > XQillaPlatformUtils.hpp< / a > > < / code >
< p >
< a href = "classXQillaPlatformUtils-members.html" > List of all members.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Static Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaPlatformUtils.html#c769d09556ec43ecb94d1822783ba0b8" > 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 = "#c769d09556ec43ecb94d1822783ba0b8" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaPlatformUtils.html#0bd04a35d4cb26894497c6ff4d8e2105" > terminate< / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Perform XQilla termination. < a href = "#0bd04a35d4cb26894497c6ff4d8e2105" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classXQillaPlatformUtils.html#6c61da4e45f60a2ac63b54a152b545dc" > enableExtendedPrecision< / a > (bool bEnable)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Enable/disable extended precision in numeric items. < a href = "#6c61da4e45f60a2ac63b54a152b545dc" > < / a > < br > < / td > < / tr >
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
Static utility methods for initializing and terminating the XQilla and Xerces environments.
< p >
< hr > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" name = "6c61da4e45f60a2ac63b54a152b545dc" > < / a > <!-- doxytag: member="XQillaPlatformUtils::enableExtendedPrecision" ref="6c61da4e45f60a2ac63b54a152b545dc" args="(bool bEnable)" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > static void XQillaPlatformUtils::enableExtendedPrecision < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > bool < / td >
< td class = "mdname1" valign = "top" nowrap > < em > bEnable< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Enable/disable extended precision in numeric items.
< p >
When disabled, xs:decimal values will hold only 18 digits, xs:float 7 digits and xs:double 15 digits as mandated < / td >
< / tr >
< / table >
< a class = "anchor" name = "c769d09556ec43ecb94d1822783ba0b8" > < / a > <!-- doxytag: member="XQillaPlatformUtils::initialize" ref="c769d09556ec43ecb94d1822783ba0b8" args="(xercesc::MemoryManager *memMgr=0)" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > static void XQillaPlatformUtils::initialize < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > memMgr< / em > = < code > 0< / code > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Perform XQilla initialization.
< p >
Initialization should be called first in any user code.< p >
Initializes Xerces and adds its own DOMImplementation to the registry < / td >
< / tr >
< / table >
< a class = "anchor" name = "0bd04a35d4cb26894497c6ff4d8e2105" > < / a > <!-- doxytag: member="XQillaPlatformUtils::terminate" ref="0bd04a35d4cb26894497c6ff4d8e2105" args="()" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > static void XQillaPlatformUtils::terminate < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Perform XQilla termination.
< p >
Terminates Xerces < / td >
< / tr >
< / table >
< 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 > < / ul >
2020-02-17 22:08:05 +01:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Mon Feb 12 16:52:12 2007 for XQilla DOM Level 3 API by
2020-02-17 22:05:20 +01:00
< a href = "http://www.doxygen.org/index.html" >
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.4.6 < / small > < / address >
< / body >
< / html >