2020-02-17 21:05:20 +00: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 21:11:31 +00:00
< title > XQilla DOM3 API Documentation< / title >
2020-02-17 21:05:20 +00:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 21:11:31 +00: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 21:10:06 +00:00
<!-- Generated by Doxygen 1.5.1 -->
2020-02-17 21:05:20 +00: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_1DOMLocator.html" > DOMLocator< / a > < / div >
< h1 > xercesc::DOMLocator Class Reference< / h1 > <!-- doxytag: class="xercesc::DOMLocator" --> < a class = "el" href = "classxercesc_1_1DOMLocator.html" > DOMLocator< / a > is an interface that describes a location.
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "DOMLocator_8hpp-source.html" > DOMLocator.hpp< / a > > < / code >
< p >
< a href = "classxercesc_1_1DOMLocator-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 Member Functions< / h2 > < / td > < / tr >
< tr > < td colspan = "2" > < div class = "groupHeader" > Functions introduced in DOM Level 3< / div > < / td > < / tr >
2020-02-17 21:10:06 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual XMLSSize_t < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMLocator.html#85f0fcdbfd2809e2d48e4a045127fef8" > getLineNumber< / a > () const=0< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Get the line number where the error occured. < a href = "#85f0fcdbfd2809e2d48e4a045127fef8" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual XMLSSize_t < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMLocator.html#d74cb8c033bfc87048c661c48ef132cf" > getColumnNumber< / a > () const=0< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Get the column number where the error occured. < a href = "#d74cb8c033bfc87048c661c48ef132cf" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual XMLSSize_t < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMLocator.html#685e2ad350dbaf8d179d1f8e6eb3b662" > getOffset< / a > () const=0< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Get the byte or character offset into the input source, if we're parsing a file or a byte stream then this will be the byte offset into that stream, but if a character media is parsed then the offset will be the character offset. < a href = "#685e2ad350dbaf8d179d1f8e6eb3b662" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classxercesc_1_1DOMNode.html" > DOMNode< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMLocator.html#60baef8db8738a3688e3b75ec21fe5f0" > getErrorNode< / a > () const=0< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Get the < a class = "el" href = "classxercesc_1_1DOMNode.html" > DOMNode< / a > where the error occured, or < code > null< / code > if there is no node available. < a href = "#60baef8db8738a3688e3b75ec21fe5f0" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMLocator.html#799ed7c1a4bd872b72a1d9e421831197" > getURI< / a > () const=0< / td > < / tr >
2020-02-17 21:05:20 +00:00
2020-02-17 21:10:06 +00:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Get the URI where the error occured, or < code > null< / code > if there is no URI available. < a href = "#799ed7c1a4bd872b72a1d9e421831197" > < / a > < br > < / td > < / tr >
2020-02-17 21:05:20 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMLocator.html#cf480d6d53974410ea63233294ed55ea" > setLineNumber< / a > (const XMLSSize_t lineNumber)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Set the line number of the error. < a href = "#cf480d6d53974410ea63233294ed55ea" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMLocator.html#a4db5bc9bb97ce501ba42f7e220bf28c" > setColumnNumber< / a > (const XMLSSize_t columnNumber)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Set the column number of the error. < a href = "#a4db5bc9bb97ce501ba42f7e220bf28c" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMLocator.html#6d2c0d85cb9d6b252cf19bba9dce1fc5" > setOffset< / a > (const XMLSSize_t offset)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Set the byte/character offset. < a href = "#6d2c0d85cb9d6b252cf19bba9dce1fc5" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMLocator.html#56751b0bc1b229887b5f49ec424d3756" > setErrorNode< / a > (< a class = "el" href = "classxercesc_1_1DOMNode.html" > DOMNode< / a > *const errorNode)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Set the < a class = "el" href = "classxercesc_1_1DOMNode.html" > DOMNode< / a > where the error occured. < a href = "#56751b0bc1b229887b5f49ec424d3756" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMLocator.html#da94a6297e9bc4d8d0acab5dd2ba6e0a" > setURI< / a > (const XMLCh *const uri)=0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Set the URI where the error occured. < a href = "#da94a6297e9bc4d8d0acab5dd2ba6e0a" > < / a > < br > < / td > < / tr >
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
< a class = "el" href = "classxercesc_1_1DOMLocator.html" > DOMLocator< / a > is an interface that describes a location.
< p >
(e.g. where an error occured).< p >
2020-02-17 21:10:06 +00:00
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > < a class = "el" href = "classxercesc_1_1DOMError.html#80ab02454c9a7bb8e26e003b6956b367" > DOMError::DOMError< / a > < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
2020-02-17 21:05:20 +00:00
< p >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 21:10:06 +00:00
< a class = "anchor" name = "a90af972d54cd7ffcd68e74c2196738f" > < / a > <!-- doxytag: member="xercesc::DOMLocator::DOMLocator" ref="a90af972d54cd7ffcd68e74c2196738f" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > xercesc::DOMLocator::DOMLocator < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline, protected]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "8a33a7bded0d286d4961d305117e1ace" > < / a > <!-- doxytag: member="xercesc::DOMLocator::~DOMLocator" ref="8a33a7bded0d286d4961d305117e1ace" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual xercesc::DOMLocator::~DOMLocator < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline, virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
Destructor.
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "a90af972d54cd7ffcd68e74c2196738f" > < / a > <!-- doxytag: member="xercesc::DOMLocator::DOMLocator" ref="a90af972d54cd7ffcd68e74c2196738f" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > xercesc::DOMLocator::DOMLocator < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline, protected]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< a class = "anchor" name = "8a33a7bded0d286d4961d305117e1ace" > < / a > <!-- doxytag: member="xercesc::DOMLocator::~DOMLocator" ref="8a33a7bded0d286d4961d305117e1ace" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual xercesc::DOMLocator::~DOMLocator < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > < code > [inline, virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
Destructor.
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
< / div >
< / div > < p >
< hr > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" name = "85f0fcdbfd2809e2d48e4a045127fef8" > < / a > <!-- doxytag: member="xercesc::DOMLocator::getLineNumber" ref="85f0fcdbfd2809e2d48e4a045127fef8" args="() const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual XMLSSize_t xercesc::DOMLocator::getLineNumber < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
Get the line number where the error occured.
< p >
The value is -1 if there is no line number available.< p >
< b > "Experimental - subject to change"< / b > < p >
2020-02-17 21:10:06 +00:00
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > < a class = "el" href = "classxercesc_1_1DOMLocator.html#cf480d6d53974410ea63233294ed55ea" > setLineNumber< / a > < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "d74cb8c033bfc87048c661c48ef132cf" > < / a > <!-- doxytag: member="xercesc::DOMLocator::getColumnNumber" ref="d74cb8c033bfc87048c661c48ef132cf" args="() const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual XMLSSize_t xercesc::DOMLocator::getColumnNumber < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
< p >
Get the column number where the error occured.
< p >
The value is -1 if there is no column number available.< p >
< b > "Experimental - subject to change"< / b > < p >
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > < a class = "el" href = "classxercesc_1_1DOMLocator.html#a4db5bc9bb97ce501ba42f7e220bf28c" > setColumnNumber< / a > < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "685e2ad350dbaf8d179d1f8e6eb3b662" > < / a > <!-- doxytag: member="xercesc::DOMLocator::getOffset" ref="685e2ad350dbaf8d179d1f8e6eb3b662" args="() const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual XMLSSize_t xercesc::DOMLocator::getOffset < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
Get the byte or character offset into the input source, if we're parsing a file or a byte stream then this will be the byte offset into that stream, but if a character media is parsed then the offset will be the character offset.
< p >
The value is -1 if there is no offset available.< p >
< b > "Experimental - subject to change"< / b > < p >
2020-02-17 21:10:06 +00:00
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > < a class = "el" href = "classxercesc_1_1DOMLocator.html#6d2c0d85cb9d6b252cf19bba9dce1fc5" > setOffset< / a > < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "60baef8db8738a3688e3b75ec21fe5f0" > < / a > <!-- doxytag: member="xercesc::DOMLocator::getErrorNode" ref="60baef8db8738a3688e3b75ec21fe5f0" args="() const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual < a class = "el" href = "classxercesc_1_1DOMNode.html" > DOMNode< / a > * xercesc::DOMLocator::getErrorNode < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
< p >
Get the < a class = "el" href = "classxercesc_1_1DOMNode.html" > DOMNode< / a > where the error occured, or < code > null< / code > if there is no node available.
< p >
< b > "Experimental - subject to change"< / b > < p >
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > < a class = "el" href = "classxercesc_1_1DOMLocator.html#56751b0bc1b229887b5f49ec424d3756" > setErrorNode< / a > < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "799ed7c1a4bd872b72a1d9e421831197" > < / a > <!-- doxytag: member="xercesc::DOMLocator::getURI" ref="799ed7c1a4bd872b72a1d9e421831197" args="() const=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual const XMLCh* xercesc::DOMLocator::getURI < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td width = "100%" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
Get the URI where the error occured, or < code > null< / code > if there is no URI available.
< p >
< b > "Experimental - subject to change"< / b > < p >
2020-02-17 21:10:06 +00:00
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > < a class = "el" href = "classxercesc_1_1DOMLocator.html#da94a6297e9bc4d8d0acab5dd2ba6e0a" > setURI< / a > < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "cf480d6d53974410ea63233294ed55ea" > < / a > <!-- doxytag: member="xercesc::DOMLocator::setLineNumber" ref="cf480d6d53974410ea63233294ed55ea" args="(const XMLSSize_t lineNumber)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual void xercesc::DOMLocator::setLineNumber < / td >
< td > (< / td >
< td class = "paramtype" > const XMLSSize_t < / td >
< td class = "paramname" > < em > lineNumber< / em > < / td >
< td > ) < / td >
< td width = "100%" > < code > [pure virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
Set the line number of the error.
2020-02-17 21:05:20 +00:00
< p >
< b > "Experimental - subject to change"< / b > < p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 21:10:06 +00:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > lineNumber< / em > < / td > < td > the line number to set< / td > < / tr >
2020-02-17 21:05:20 +00:00
< / table >
< / dl >
2020-02-17 21:10:06 +00:00
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > getLinNumner < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "a4db5bc9bb97ce501ba42f7e220bf28c" > < / a > <!-- doxytag: member="xercesc::DOMLocator::setColumnNumber" ref="a4db5bc9bb97ce501ba42f7e220bf28c" args="(const XMLSSize_t columnNumber)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual void xercesc::DOMLocator::setColumnNumber < / td >
< td > (< / td >
< td class = "paramtype" > const XMLSSize_t < / td >
< td class = "paramname" > < em > columnNumber< / em > < / td >
< td > ) < / td >
< td width = "100%" > < code > [pure virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
Set the column number of the error.
2020-02-17 21:05:20 +00:00
< p >
< b > "Experimental - subject to change"< / b > < p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 21:10:06 +00:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > columnNumber< / em > < / td > < td > the column number to set.< / td > < / tr >
2020-02-17 21:05:20 +00:00
< / table >
< / dl >
2020-02-17 21:10:06 +00:00
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > getColumnNumner < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "6d2c0d85cb9d6b252cf19bba9dce1fc5" > < / a > <!-- doxytag: member="xercesc::DOMLocator::setOffset" ref="6d2c0d85cb9d6b252cf19bba9dce1fc5" args="(const XMLSSize_t offset)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual void xercesc::DOMLocator::setOffset < / td >
< td > (< / td >
< td class = "paramtype" > const XMLSSize_t < / td >
< td class = "paramname" > < em > offset< / em > < / td >
< td > ) < / td >
< td width = "100%" > < code > [pure virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
Set the byte/character offset.
2020-02-17 21:05:20 +00:00
< p >
< b > "Experimental - subject to change"< / b > < p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 21:10:06 +00:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > offset< / em > < / td > < td > the byte/characte offset to set.< / td > < / tr >
2020-02-17 21:05:20 +00:00
< / table >
< / dl >
2020-02-17 21:10:06 +00:00
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > < a class = "el" href = "classxercesc_1_1DOMLocator.html#685e2ad350dbaf8d179d1f8e6eb3b662" > getOffset< / a > < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "56751b0bc1b229887b5f49ec424d3756" > < / a > <!-- doxytag: member="xercesc::DOMLocator::setErrorNode" ref="56751b0bc1b229887b5f49ec424d3756" args="(DOMNode *const errorNode)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual void xercesc::DOMLocator::setErrorNode < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1DOMNode.html" > DOMNode< / a > *const < / td >
< td class = "paramname" > < em > errorNode< / em > < / td >
< td > ) < / td >
< td width = "100%" > < code > [pure virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
2020-02-17 21:10:06 +00:00
Set the < a class = "el" href = "classxercesc_1_1DOMNode.html" > DOMNode< / a > where the error occured.
2020-02-17 21:05:20 +00:00
< p >
< b > "Experimental - subject to change"< / b > < p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 21:10:06 +00:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > errorNode< / em > < / td > < td > the < a class = "el" href = "classxercesc_1_1DOMNode.html" > DOMNode< / a > to set< / td > < / tr >
2020-02-17 21:05:20 +00:00
< / table >
< / dl >
2020-02-17 21:10:06 +00:00
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > < a class = "el" href = "classxercesc_1_1DOMLocator.html#60baef8db8738a3688e3b75ec21fe5f0" > getErrorNode< / a > < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / div >
< / div > < p >
< a class = "anchor" name = "da94a6297e9bc4d8d0acab5dd2ba6e0a" > < / a > <!-- doxytag: member="xercesc::DOMLocator::setURI" ref="da94a6297e9bc4d8d0acab5dd2ba6e0a" args="(const XMLCh *const uri)=0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:10:06 +00:00
< td class = "memname" > virtual void xercesc::DOMLocator::setURI < / td >
< td > (< / td >
< td class = "paramtype" > const XMLCh *const < / td >
< td class = "paramname" > < em > uri< / em > < / td >
< td > ) < / td >
< td width = "100%" > < code > [pure virtual]< / code > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:10:06 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:05:20 +00:00
< p >
Set the URI where the error occured.
< p >
< b > "Experimental - subject to change"< / b > < 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 > uri< / em > < / td > < td > the URI to set.< / td > < / tr >
< / table >
< / dl >
2020-02-17 21:10:06 +00:00
< dl class = "see" compact > < dt > < b > See also:< / b > < / dt > < dd > < a class = "el" href = "classxercesc_1_1DOMLocator.html#799ed7c1a4bd872b72a1d9e421831197" > getURI< / a > < / dd > < / dl >
< dl class = "since" compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / div >
< / div > < p >
2020-02-17 21:05:20 +00:00
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "DOMLocator_8hpp-source.html" > DOMLocator.hpp< / a > < / ul >
2020-02-17 21:12:51 +00:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Wed Dec 12 20:17:14 2007 for XQilla DOM Level 3 API by
2020-02-17 21:05:20 +00:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 21:10:06 +00:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.5.1 < / small > < / address >
2020-02-17 21:05:20 +00:00
< / body >
< / html >