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: xercesc::DOMRangeException Class Reference< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 22:10:06 +01:00
<!-- Generated by Doxygen 1.5.1 -->
2020-02-17 22:05:20 +01:00
< 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 >
< div class = "nav" >
< a class = "el" href = "namespacexercesc.html" > xercesc< / a > ::< a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > < / div >
< h1 > xercesc::DOMRangeException Class Reference< / h1 > <!-- doxytag: class="xercesc::DOMRangeException" --> <!-- doxytag: inherits="xercesc::DOMException" --> Range operations may throw a < code > < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > < / code > as specified in their method descriptions.
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "DOMRangeException_8hpp-source.html" > DOMRangeException.hpp< / a > > < / code >
< p >
Inheritance diagram for xercesc::DOMRangeException:< p > < center > < img src = "classxercesc_1_1DOMRangeException__inherit__graph.png" border = "0" usemap = "#xercesc_1_1DOMRangeException__inherit__map" alt = "Inheritance graph" > < / center >
< map name = "xercesc_1_1DOMRangeException__inherit__map" >
2020-02-17 22:10:06 +01:00
< area href = "classxercesc_1_1DOMException.html" shape = "rect" coords = "27,7,208,31" alt = "" >
2020-02-17 22:05:20 +01:00
< / map >
< center > < font size = "2" > [< a href = "graph_legend.html" > legend< / a > ]< / font > < / center > < a href = "classxercesc_1_1DOMRangeException-members.html" > List of all members.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Public Types< / h2 > < / td > < / tr >
< tr > < td colspan = "2" > < div class = "groupHeader" > Public Contants< / div > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > enum < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#0f40b071f3de6036e04c2de8c73ed677" > RangeExceptionCode< / a > { < a class = "el" href = "classxercesc_1_1DOMRangeException.html#0f40b071f3de6036e04c2de8c73ed677d431a4d70e6fabeab60ac64256a171f4" > BAD_BOUNDARYPOINTS_ERR< / a > = 1,
< a class = "el" href = "classxercesc_1_1DOMRangeException.html#0f40b071f3de6036e04c2de8c73ed67789af06e361544059118a1f7479603b6f" > INVALID_NODE_TYPE_ERR< / a > = 2
}< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Enumerators for DOM Range Exceptions. < a href = "classxercesc_1_1DOMRangeException.html#0f40b071f3de6036e04c2de8c73ed677" > More...< / a > < br > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Public Attributes< / h2 > < / td > < / tr >
< tr > < td colspan = "2" > < div class = "groupHeader" > Public variables< / div > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#0f40b071f3de6036e04c2de8c73ed677" > RangeExceptionCode< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#e428cbf465be1d7cb2cdd7542515965e" > code< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > A code value, from the set defined by the RangeExceptionCode enum, indicating the type of error that occured. < a href = "#e428cbf465be1d7cb2cdd7542515965e" > < / a > < br > < / td > < / tr >
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
Range operations may throw a < code > < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > < / code > as specified in their method descriptions.
< p >
2020-02-17 22:10:06 +01:00
See also the < a href = "http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113" > Document Object Model (DOM) Level 2 Traversal and Range Specification< / a > . < dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 2 < / dd > < / dl >
2020-02-17 22:05:20 +01:00
< p >
< hr > < h2 > Member Enumeration Documentation< / h2 >
2020-02-17 22:10:06 +01:00
< a class = "anchor" name = "0f40b071f3de6036e04c2de8c73ed677" > < / a > <!-- doxytag: member="xercesc::DOMRangeException::RangeExceptionCode" ref="0f40b071f3de6036e04c2de8c73ed677" 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" > enum < a class = "el" href = "classxercesc_1_1DOMRangeException.html#0f40b071f3de6036e04c2de8c73ed677" > xercesc::DOMRangeException::RangeExceptionCode< / a > < / 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 >
Enumerators for DOM Range Exceptions.
< p >
< code > BAD_BOUNDARYPOINTS_ERR:< / code > If the boundary-points of a Range do not meet specific requirements.< p >
< code > INVALID_NODE_TYPE_ERR:< / code > If the container of an boundary-point of a Range is being set to either a node of an invalid type or a node with an ancestor of an invalid type.< p >
2020-02-17 22:10:06 +01:00
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 2 < / dd > < / dl >
2020-02-17 22:05:20 +01:00
< dl compact > < dt > < b > Enumerator: < / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < em > < a class = "anchor" name = "0f40b071f3de6036e04c2de8c73ed677d431a4d70e6fabeab60ac64256a171f4" > < / a > <!-- doxytag: member="BAD_BOUNDARYPOINTS_ERR" ref="0f40b071f3de6036e04c2de8c73ed677d431a4d70e6fabeab60ac64256a171f4" args="" --> BAD_BOUNDARYPOINTS_ERR< / em > < / td > < td >
< / td > < / tr >
< tr > < td valign = "top" > < em > < a class = "anchor" name = "0f40b071f3de6036e04c2de8c73ed67789af06e361544059118a1f7479603b6f" > < / a > <!-- doxytag: member="INVALID_NODE_TYPE_ERR" ref="0f40b071f3de6036e04c2de8c73ed67789af06e361544059118a1f7479603b6f" args="" --> INVALID_NODE_TYPE_ERR< / em > < / td > < td >
< / td > < / tr >
< / table >
< / dl >
2020-02-17 22:10:06 +01:00
< / div >
< / div > < p >
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 = "d18b730ab66177386367aad19618743a" > < / a > <!-- doxytag: member="xercesc::DOMRangeException::DOMRangeException" ref="d18b730ab66177386367aad19618743a" 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::DOMRangeException::DOMRangeException < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < / 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 >
Default constructor for < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > .
< p >
2020-02-17 22:10:06 +01:00
< / div >
< / div > < p >
< a class = "anchor" name = "26258b474e495554f1d97e92813bd896" > < / a > <!-- doxytag: member="xercesc::DOMRangeException::DOMRangeException" ref="26258b474e495554f1d97e92813bd896" args="(RangeExceptionCode code, const XMLCh *message, MemoryManager *const memoryManager)" -->
< 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::DOMRangeException::DOMRangeException < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#0f40b071f3de6036e04c2de8c73ed677" > RangeExceptionCode< / a > < / td >
< td class = "paramname" > < em > code< / em > , < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:10:06 +01:00
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > message< / em > , < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:10:06 +01:00
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > MemoryManager< / a > *const < / td >
< td class = "paramname" > < em > memoryManager< / em > < / td > < td > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:10:06 +01:00
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > < / 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 >
Constructor which takes an error code and a message.
< p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > code< / em > < / td > < td > The error code which indicates the exception < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > message< / em > < / td > < td > The string containing the error message < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > memoryManager< / em > < / td > < td > The memory manager used to (de)allocate memory < / td > < / tr >
< / table >
< / dl >
2020-02-17 22:10:06 +01:00
< / div >
< / div > < p >
< a class = "anchor" name = "8ee4e06b2bdd41ded6f20a8004278b83" > < / a > <!-- doxytag: member="xercesc::DOMRangeException::DOMRangeException" ref="8ee4e06b2bdd41ded6f20a8004278b83" args="(const DOMRangeException &other)" -->
< 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::DOMRangeException::DOMRangeException < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > & < / td >
< td class = "paramname" > < em > other< / em > < / td >
< td > ) < / td >
< td width = "100%" > < / 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 >
Copy constructor.
< p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > other< / em > < / td > < td > The object to be copied. < / td > < / tr >
< / table >
< / dl >
2020-02-17 22:10:06 +01:00
< / div >
< / div > < p >
< a class = "anchor" name = "89221acecc8f7f809ffef94904c8631c" > < / a > <!-- doxytag: member="xercesc::DOMRangeException::~DOMRangeException" ref="89221acecc8f7f809ffef94904c8631c" 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::DOMRangeException::~DOMRangeException < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [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 for < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > .
< p >
2020-02-17 22:10:06 +01:00
< / div >
< / div > < p >
< a class = "anchor" name = "d18b730ab66177386367aad19618743a" > < / a > <!-- doxytag: member="xercesc::DOMRangeException::DOMRangeException" ref="d18b730ab66177386367aad19618743a" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > xercesc::DOMRangeException::DOMRangeException < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
Default constructor for < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > .
< p >
< / div >
< / div > < p >
< a class = "anchor" name = "26258b474e495554f1d97e92813bd896" > < / a > <!-- doxytag: member="xercesc::DOMRangeException::DOMRangeException" ref="26258b474e495554f1d97e92813bd896" args="(RangeExceptionCode code, const XMLCh *message, MemoryManager *const memoryManager)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > xercesc::DOMRangeException::DOMRangeException < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#0f40b071f3de6036e04c2de8c73ed677" > RangeExceptionCode< / a > < / td >
< td class = "paramname" > < em > code< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const XMLCh * < / td >
< td class = "paramname" > < em > message< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > MemoryManager< / a > *const < / td >
< td class = "paramname" > < em > memoryManager< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td width = "100%" > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
Constructor which takes an error code and a message.
< p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > code< / em > < / td > < td > The error code which indicates the exception < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > message< / em > < / td > < td > The string containing the error message < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > memoryManager< / em > < / td > < td > The memory manager used to (de)allocate memory < / td > < / tr >
< / table >
< / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "8ee4e06b2bdd41ded6f20a8004278b83" > < / a > <!-- doxytag: member="xercesc::DOMRangeException::DOMRangeException" ref="8ee4e06b2bdd41ded6f20a8004278b83" args="(const DOMRangeException &other)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > xercesc::DOMRangeException::DOMRangeException < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > & < / td >
< td class = "paramname" > < em > other< / em > < / td >
< td > ) < / td >
< td width = "100%" > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
Copy constructor.
< p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > other< / em > < / td > < td > The object to be copied. < / td > < / tr >
< / table >
< / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "89221acecc8f7f809ffef94904c8631c" > < / a > <!-- doxytag: member="xercesc::DOMRangeException::~DOMRangeException" ref="89221acecc8f7f809ffef94904c8631c" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > xercesc::DOMRangeException::~DOMRangeException < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
Destructor for < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > .
< p >
< / div >
< / div > < p >
2020-02-17 22:05:20 +01:00
< hr > < h2 > Member Data Documentation< / h2 >
2020-02-17 22:10:06 +01:00
< a class = "anchor" name = "e428cbf465be1d7cb2cdd7542515965e" > < / a > <!-- doxytag: member="xercesc::DOMRangeException::code" ref="e428cbf465be1d7cb2cdd7542515965e" 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" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#0f40b071f3de6036e04c2de8c73ed677" > RangeExceptionCode< / a > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#e428cbf465be1d7cb2cdd7542515965e" > xercesc::DOMRangeException::code< / a > < / 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 >
A code value, from the set defined by the RangeExceptionCode enum, indicating the type of error that occured.
< p >
2020-02-17 22:10:06 +01:00
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 2 < / dd > < / dl >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:10:06 +01:00
Reimplemented from < a class = "el" href = "classxercesc_1_1DOMException.html#c4a8f81a9038b083df54b2be440954ce" > xercesc::DOMException< / a > .
< / div >
< / div > < p >
2020-02-17 22:05:20 +01:00
< hr > The documentation for this class was generated from the following files:< ul >
< li > < a class = "el" href = "DOMRangeException_8hpp-source.html" > DOMRangeException.hpp< / a > < li > < a class = "el" href = "DOMRangeException_8cpp.html" > DOMRangeException.cpp< / a > < / ul >
2020-02-17 22:10:06 +01:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Wed Dec 12 19:14:17 2007 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:10:06 +01:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.5.1 < / small > < / address >
2020-02-17 22:05:20 +01:00
< / body >
< / html >