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:19:08 +01:00
<!-- Generated by Doxygen 1.3.9.1 -->
< div class = "qindex" > < a class = "qindex" href = "index.html" > Main Page< / a > | < a class = "qindex" href = "namespaces.html" > Namespace List< / a > | < a class = "qindex" href = "hierarchy.html" > Class Hierarchy< / a > | < a class = "qindex" href = "classes.html" > Alphabetical List< / a > | < a class = "qindex" href = "annotated.html" > Class List< / a > | < a class = "qindex" href = "dirs.html" > Directories< / a > | < a class = "qindex" href = "files.html" > File List< / a > | < a class = "qindex" href = "namespacemembers.html" > Namespace Members< / a > | < a class = "qindex" href = "functions.html" > Class Members< / a > | < a class = "qindex" href = "globals.html" > File Members< / a > | < a class = "qindex" href = "examples.html" > Examples< / a > < / div >
< h1 > xercesc::DOMRangeException Class Reference< / h1 > Range operations may throw a < code > < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > < / code > as specified in their method descriptions.
2020-02-17 22:05:20 +01:00
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "DOMRangeException_8hpp-source.html" > DOMRangeException.hpp< / a > > < / code >
< p >
2020-02-17 22:19:08 +01:00
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 >
2020-02-17 22:05:20 +01:00
< map name = "xercesc_1_1DOMRangeException__inherit__map" >
2020-02-17 22:19:08 +01:00
< area href = "classxercesc_1_1DOMException.html" shape = "rect" coords = "25,7,188,31" alt = "" >
< / 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" >
2020-02-17 22:05:20 +01:00
< 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 >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > enum < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#z411_0" > RangeExceptionCode< / a > { < a class = "el" href = "classxercesc_1_1DOMRangeException.html#z411_0w0" > BAD_BOUNDARYPOINTS_ERR< / a > = 111,
< a class = "el" href = "classxercesc_1_1DOMRangeException.html#z411_0w1" > INVALID_NODE_TYPE_ERR< / a > = 112
2020-02-17 22:05:20 +01:00
}< / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Enumerators for DOM Range Exceptions. < a href = "#z411_0" > More...< / a > < br > < / td > < / tr >
2020-02-17 22:17:06 +01:00
< tr > < td colspan = "2" > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
< tr > < td colspan = "2" > < div class = "groupHeader" > Constructors< / div > < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#z413_0" > DOMRangeException< / a > ()< / td > < / tr >
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Default constructor for < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > . < a href = "#z413_0" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#z413_1" > DOMRangeException< / a > (short < a class = "el" href = "classxercesc_1_1DOMException.html#z185_0" > code< / a > , short messageCode, < a class = "el" href = "classxercesc_1_1MemoryManager.html" > MemoryManager< / a > *const memoryManager)< / td > < / tr >
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Constructor which takes an error code and a message. < a href = "#z413_1" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#z413_2" > DOMRangeException< / a > (const < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > & other)< / td > < / tr >
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Copy constructor. < a href = "#z413_2" > < / a > < br > < / td > < / tr >
2020-02-17 22:17:06 +01:00
< tr > < td colspan = "2" > < div class = "groupHeader" > Destructor.< / div > < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMRangeException.html#z415_0" > ~DOMRangeException< / a > ()< / td > < / tr >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Destructor for < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > . < a href = "#z415_0" > < / a > < br > < / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
2020-02-17 22:19:08 +01:00
Range operations may throw a < code > < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > < / code > as specified in their method descriptions.
< p >
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 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:19:08 +01:00
< a class = "anchor" name = "z411_0" doxytag = "xercesc::DOMRangeException::RangeExceptionCode" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > enum < a class = "el" href = "classxercesc_1_1DOMRangeException.html#z411_0" > xercesc::DOMRangeException::RangeExceptionCode< / a > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
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:19:08 +01:00
< dl compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 2 < / dd > < / dl >
< dl compact > < dt > < b > Enumeration values: < / b > < / dt > < dd >
2020-02-17 22:05:20 +01:00
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 22:19:08 +01:00
< tr > < td valign = "top" > < em > < a class = "anchor" name = "z411_0w0" doxytag = "BAD_BOUNDARYPOINTS_ERR" > < / a > BAD_BOUNDARYPOINTS_ERR< / em > < / td > < td >
2020-02-17 22:05:20 +01:00
< / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td valign = "top" > < em > < a class = "anchor" name = "z411_0w1" doxytag = "INVALID_NODE_TYPE_ERR" > < / a > INVALID_NODE_TYPE_ERR< / em > < / td > < td >
2020-02-17 22:05:20 +01:00
< / td > < / tr >
< / table >
< / dl >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
2020-02-17 22:05:20 +01:00
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 22:19:08 +01:00
< a class = "anchor" name = "z413_0" doxytag = "xercesc::DOMRangeException::DOMRangeException" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > xercesc::DOMRangeException::DOMRangeException < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
Default constructor for < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > .
2020-02-17 22:10:06 +01:00
< p >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< a class = "anchor" name = "z413_1" doxytag = "xercesc::DOMRangeException::DOMRangeException" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:10:06 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > xercesc::DOMRangeException::DOMRangeException < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > short < / td >
< td class = "mdname" nowrap > < em > code< / em > , < / td >
2020-02-17 22:10:06 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > short < / td >
< td class = "mdname" nowrap > < em > messageCode< / em > , < / td >
2020-02-17 22:10:06 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > MemoryManager< / a > *const < / td >
< td class = "mdname" nowrap > < em > memoryManager< / em > < / td >
2020-02-17 22:10:06 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < / td >
2020-02-17 22:10:06 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:10:06 +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 >
2020-02-17 22:17:06 +01:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > messageCode< / em > < / td > < td > The string containing the error message < / td > < / tr >
2020-02-17 22:10:06 +01:00
< 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:19:08 +01:00
< / td >
< / tr >
< / table >
< a class = "anchor" name = "z413_2" doxytag = "xercesc::DOMRangeException::DOMRangeException" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:10:06 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > xercesc::DOMRangeException::DOMRangeException < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > other< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
2020-02-17 22:10:06 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:10:06 +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:19:08 +01:00
< / td >
< / tr >
< / table >
< a class = "anchor" name = "z415_0" doxytag = "xercesc::DOMRangeException::~DOMRangeException" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:10:06 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > xercesc::DOMRangeException::~< a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > < / 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 > [virtual]< / code > < / td >
2020-02-17 22:10:06 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:10:06 +01:00
< p >
2020-02-17 22:19:08 +01:00
Destructor for < a class = "el" href = "classxercesc_1_1DOMRangeException.html" > DOMRangeException< / a > .
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
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:19:08 +01:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Fri Sep 25 06:55:56 2009 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:19:08 +01:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.3.9.1 < / small > < / address >
2020-02-17 22:05:20 +01:00
< / body >
< / html >