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" >
< title > XQilla Simple API: Node 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 > Node Class Reference< / h1 > <!-- doxytag: class="Node" --> <!-- doxytag: inherits="Item" --> < code > #include < < a class = "el" href = "Node_8hpp-source.html" > Node.hpp< / a > > < / code >
< p >
Inheritance diagram for Node:< p > < center > < img src = "classNode__inherit__graph.png" border = "0" usemap = "#Node__inherit__map" alt = "Inheritance graph" > < / center >
< map name = "Node__inherit__map" >
< area href = "classItem.html" shape = "rect" coords = "50,84,98,108" alt = "" >
< area href = "classReferenceCounted.html" shape = "rect" coords = "7,9,141,33" alt = "" >
< / map >
< center > < font size = "2" > [< a href = "graph_legend.html" > legend< / a > ]< / font > < / center > < a href = "classNode-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 class = "memItemLeft" nowrap align = "right" valign = "top" > typedef < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < const < br >
< a class = "el" href = "classNode.html" > Node< / a > > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#a13b45b39a606756fd18d94a27522c2c" > Ptr< / a > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#6b4cf1519dde88e4c27d53e63523912a" > isNode< / a > () const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns true, since this < a class = "el" href = "classItem.html" > Item< / a > is a < a class = "el" href = "classNode.html" > Node< / a > . < a href = "#6b4cf1519dde88e4c27d53e63523912a" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#d7fba3ae7ee1e136e27123c9a562af69" > isAtomicValue< / a > () const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns false, since this < a class = "el" href = "classItem.html" > Item< / a > is a < a class = "el" href = "classNode.html" > Node< / a > . < a href = "#d7fba3ae7ee1e136e27123c9a562af69" > < / 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 = "classNode.html#4b3388b27a759b269ad8c7a5490431d1" > asString< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Serialize this node. < a href = "#4b3388b27a759b269ad8c7a5490431d1" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#f93d7f150ed20b66902466d0645bd8b9" > hasInstanceOfType< / a > (const XMLCh *typeURI, const XMLCh *typeName, const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > check if the underlying type of this node is instance of a certain type < a href = "#f93d7f150ed20b66902466d0645bd8b9" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#6d8f5c0cc3c0fcb7f6ee5dbe22cb0e4a" > dmBaseURI< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Accessor: returns the base-uri of this node as a xs:anyURI, if one exists. < a href = "#6d8f5c0cc3c0fcb7f6ee5dbe22cb0e4a" > < / 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 = "classNode.html#7ddb3c8ea4e8d5e574b043206972ff77" > dmNodeKind< / a > () const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Accessor: returns the kind of node as a string. < a href = "#7ddb3c8ea4e8d5e574b043206972ff77" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classRefCountPointer.html" > ATQNameOrDerived::Ptr< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#3583fbe0158ab364f1c960055681a7ae" > dmNodeName< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Accessor: returns the name of this node. < a href = "#3583fbe0158ab364f1c960055681a7ae" > < / 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 = "classNode.html#75b433a0bcb2e249d90f7538043ea863" > dmStringValue< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Accessor: returns the string value of this node. < a href = "#75b433a0bcb2e249d90f7538043ea863" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#e7f54a05c52c1dca18f21f721e194a72" > dmTypedValue< / a > (< a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Accessor: returns the typed value of this node, which is a sequence of zero or more atomic values derived from the string-value of the node and its type in such a way as to be consistent with validation. < a href = "#e7f54a05c52c1dca18f21f721e194a72" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#68cff30e44040b6c1b252a453916bd83" > dmDocumentURI< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Accessor: returns the absolute URI of the resource from which the document node was constructed, if the absolute URI is available. < a href = "#68cff30e44040b6c1b252a453916bd83" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classRefCountPointer.html" > ATQNameOrDerived::Ptr< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#a67d5e8be926a6cf8da95060d4b070af" > dmTypeName< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Accessor: returns the name of the type of a node. < a href = "#a67d5e8be926a6cf8da95060d4b070af" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classRefCountPointer.html" > ATBooleanOrDerived::Ptr< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#2235e20c496a1c5937520f52f8d84885" > dmNilled< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Accessor: returns the setting of the nilled property of an element node. < a href = "#2235e20c496a1c5937520f52f8d84885" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#9e3c8a09c6727973bd5210d6a83520d0" > lessThan< / a > (const < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > & other, const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns true if 'this' is before 'other' in document order, false otherwise. < a href = "#9e3c8a09c6727973bd5210d6a83520d0" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#bc01f7340857a93e15db6c2efbe02398" > equals< / a > (const < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > & other) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns true if 'other' is equal (identity equal) to 'this'. < a href = "#bc01f7340857a93e15db6c2efbe02398" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#ccd02920255ed30ba43fff6bf7f87ac8" > uniqueLessThan< / a > (const < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > & other, const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Specifies a sorting order for uniqueness removal. < a href = "#ccd02920255ed30ba43fff6bf7f87ac8" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#ca87ae884d3f92202f4b7495f022c968" > dmParent< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the parent of this node. < a href = "#ca87ae884d3f92202f4b7495f022c968" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classResult.html" > Result< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#6071e97fe78432e6ea1388035612050d" > dmAttributes< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context, const LocationInfo *info) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the attributes of this node. < a href = "#6071e97fe78432e6ea1388035612050d" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classResult.html" > Result< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#6ac3140b2de2b51945c37c93373d3123" > dmNamespaceNodes< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context, const LocationInfo *info) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the namespace nodes of this node. < a href = "#6ac3140b2de2b51945c37c93373d3123" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classResult.html" > Result< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#c95b4c5c08073ceb57622dc29e79985a" > dmChildren< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context, const LocationInfo *info) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the children of this node. < a href = "#c95b4c5c08073ceb57622dc29e79985a" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classResult.html" > Result< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#5ce35f25f92b41c278b595acc0f0c7e5" > getAxisResult< / a > (XQStep::Axis axis, const NodeTest *nodeTest, const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context, const LocationInfo *info) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns a < a class = "el" href = "classResult.html" > Result< / a > containing the nodes in the axis given, relative to this node. < a href = "#5ce35f25f92b41c278b595acc0f0c7e5" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classRefCountPointer.html" > ATBooleanOrDerived::Ptr< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#88c6d34487978fd6ce4256f8b66764fb" > dmIsId< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns if the node is an id node or not. < a href = "#88c6d34487978fd6ce4256f8b66764fb" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classRefCountPointer.html" > ATBooleanOrDerived::Ptr< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#1040874c004e006c0353c9f7ee840576" > dmIsIdRefs< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns if the node is an idref node or not. < a href = "#1040874c004e006c0353c9f7ee840576" > < / 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 = "classNode.html#d4cacbb469fafccd3f1f921e794f14e4" > getTypeURI< / a > () const =0< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual const XMLCh * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#b7df8c53315c260505cf7401063758b8" > getTypeName< / a > () const =0< / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Static Public Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static const XMLCh < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#d54d243853fb787323e51c1e6808f12c" > gXerces< / a > []< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > The "Xerces" DOMNode node interface. < a href = "#d54d243853fb787323e51c1e6808f12c" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static const XMLCh < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#edd6f7c4afcb652907f774615b26f1c2" > document_string< / a > []< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static const XMLCh < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#d435cde4a63ca9f7860a47c956879afe" > element_string< / a > []< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static const XMLCh < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#6fc4dc442c5eb58fd7a25df3ec9d3670" > attribute_string< / a > []< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static const XMLCh < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#55b42262a968bd30e1b5834dc19a96f4" > text_string< / a > []< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static const XMLCh < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#faebb4d974131b5e0bbd957102ce32ec" > processing_instruction_string< / a > []< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static const XMLCh < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#23cd56cbedeb37c5c8f8acb7810a8a64" > comment_string< / a > []< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static const XMLCh < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#28a0aeddf3cae23c67f87a2c18b5ead4" > namespace_string< / a > []< / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > static const XMLCh < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classNode.html#fc5202dc2821703328c9a0ad03328785" > cdata_string< / a > []< / td > < / tr >
< / table >
< hr > < h2 > Member Typedef Documentation< / h2 >
< a class = "anchor" name = "a13b45b39a606756fd18d94a27522c2c" > < / a > <!-- doxytag: member="Node::Ptr" ref="a13b45b39a606756fd18d94a27522c2c" 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" > typedef < a class = "el" href = "classRefCountPointer.html" > RefCountPointer< / a > < const < a class = "el" href = "classNode.html" > Node< / a > > < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< p >
Reimplemented from < a class = "el" href = "classItem.html#73b92c0cc87378a05bd46328eed7f4ff" > Item< / a > . < / td >
< / tr >
< / table >
< hr > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" name = "4b3388b27a759b269ad8c7a5490431d1" > < / a > <!-- doxytag: member="Node::asString" ref="4b3388b27a759b269ad8c7a5490431d1" args="(const DynamicContext *context) const =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" > virtual const XMLCh* Node::asString < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Serialize this node.
< p >
< p >
Implements < a class = "el" href = "classItem.html#eefef8ff091f935f4c81b53031582561" > Item< / a > . < / td >
< / tr >
< / table >
< a class = "anchor" name = "6071e97fe78432e6ea1388035612050d" > < / a > <!-- doxytag: member="Node::dmAttributes" ref="6071e97fe78432e6ea1388035612050d" args="(const DynamicContext *context, const LocationInfo *info) const =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" > virtual < a class = "el" href = "classResult.html" > Result< / a > Node::dmAttributes < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname" nowrap > < em > context< / em > , < / td >
< / tr >
< tr >
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const LocationInfo * < / td >
< td class = "mdname" nowrap > < em > info< / em > < / td >
< / tr >
< tr >
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns the attributes of this node.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "6d8f5c0cc3c0fcb7f6ee5dbe22cb0e4a" > < / a > <!-- doxytag: member="Node::dmBaseURI" ref="6d8f5c0cc3c0fcb7f6ee5dbe22cb0e4a" args="(const DynamicContext *context) const =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" > virtual < a class = "el" href = "classSequence.html" > Sequence< / a > Node::dmBaseURI < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Accessor: returns the base-uri of this node as a xs:anyURI, if one exists.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "c95b4c5c08073ceb57622dc29e79985a" > < / a > <!-- doxytag: member="Node::dmChildren" ref="c95b4c5c08073ceb57622dc29e79985a" args="(const DynamicContext *context, const LocationInfo *info) const =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" > virtual < a class = "el" href = "classResult.html" > Result< / a > Node::dmChildren < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname" nowrap > < em > context< / em > , < / td >
< / tr >
< tr >
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const LocationInfo * < / td >
< td class = "mdname" nowrap > < em > info< / em > < / td >
< / tr >
< tr >
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns the children of this node.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "68cff30e44040b6c1b252a453916bd83" > < / a > <!-- doxytag: member="Node::dmDocumentURI" ref="68cff30e44040b6c1b252a453916bd83" args="(const DynamicContext *context) const =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" > virtual < a class = "el" href = "classSequence.html" > Sequence< / a > Node::dmDocumentURI < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Accessor: returns the absolute URI of the resource from which the document node was constructed, if the absolute URI is available.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "88c6d34487978fd6ce4256f8b66764fb" > < / a > <!-- doxytag: member="Node::dmIsId" ref="88c6d34487978fd6ce4256f8b66764fb" args="(const DynamicContext *context) const =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" > virtual < a class = "el" href = "classRefCountPointer.html" > ATBooleanOrDerived::Ptr< / a > Node::dmIsId < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns if the node is an id node or not.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "1040874c004e006c0353c9f7ee840576" > < / a > <!-- doxytag: member="Node::dmIsIdRefs" ref="1040874c004e006c0353c9f7ee840576" args="(const DynamicContext *context) const =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" > virtual < a class = "el" href = "classRefCountPointer.html" > ATBooleanOrDerived::Ptr< / a > Node::dmIsIdRefs < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns if the node is an idref node or not.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "6ac3140b2de2b51945c37c93373d3123" > < / a > <!-- doxytag: member="Node::dmNamespaceNodes" ref="6ac3140b2de2b51945c37c93373d3123" args="(const DynamicContext *context, const LocationInfo *info) const =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" > virtual < a class = "el" href = "classResult.html" > Result< / a > Node::dmNamespaceNodes < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname" nowrap > < em > context< / em > , < / td >
< / tr >
< tr >
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const LocationInfo * < / td >
< td class = "mdname" nowrap > < em > info< / em > < / td >
< / tr >
< tr >
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns the namespace nodes of this node.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "2235e20c496a1c5937520f52f8d84885" > < / a > <!-- doxytag: member="Node::dmNilled" ref="2235e20c496a1c5937520f52f8d84885" args="(const DynamicContext *context) const =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" > virtual < a class = "el" href = "classRefCountPointer.html" > ATBooleanOrDerived::Ptr< / a > Node::dmNilled < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Accessor: returns the setting of the nilled property of an element node.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "7ddb3c8ea4e8d5e574b043206972ff77" > < / a > <!-- doxytag: member="Node::dmNodeKind" ref="7ddb3c8ea4e8d5e574b043206972ff77" args="() const =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" > virtual const XMLCh* Node::dmNodeKind < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Accessor: returns the kind of node as a string.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "3583fbe0158ab364f1c960055681a7ae" > < / a > <!-- doxytag: member="Node::dmNodeName" ref="3583fbe0158ab364f1c960055681a7ae" args="(const DynamicContext *context) const =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" > virtual < a class = "el" href = "classRefCountPointer.html" > ATQNameOrDerived::Ptr< / a > Node::dmNodeName < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Accessor: returns the name of this node.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "ca87ae884d3f92202f4b7495f022c968" > < / a > <!-- doxytag: member="Node::dmParent" ref="ca87ae884d3f92202f4b7495f022c968" args="(const DynamicContext *context) const =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" > virtual < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > Node::dmParent < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns the parent of this node.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "75b433a0bcb2e249d90f7538043ea863" > < / a > <!-- doxytag: member="Node::dmStringValue" ref="75b433a0bcb2e249d90f7538043ea863" args="(const DynamicContext *context) const =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" > virtual const XMLCh* Node::dmStringValue < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Accessor: returns the string value of this node.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "e7f54a05c52c1dca18f21f721e194a72" > < / a > <!-- doxytag: member="Node::dmTypedValue" ref="e7f54a05c52c1dca18f21f721e194a72" args="(DynamicContext *context) const =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" > virtual < a class = "el" href = "classSequence.html" > Sequence< / a > Node::dmTypedValue < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Accessor: returns the typed value of this node, which is a sequence of zero or more atomic values derived from the string-value of the node and its type in such a way as to be consistent with validation.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "a67d5e8be926a6cf8da95060d4b070af" > < / a > <!-- doxytag: member="Node::dmTypeName" ref="a67d5e8be926a6cf8da95060d4b070af" args="(const DynamicContext *context) const =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" > virtual < a class = "el" href = "classRefCountPointer.html" > ATQNameOrDerived::Ptr< / a > Node::dmTypeName < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname1" valign = "top" nowrap > < em > context< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Accessor: returns the name of the type of a node.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "bc01f7340857a93e15db6c2efbe02398" > < / a > <!-- doxytag: member="Node::equals" ref="bc01f7340857a93e15db6c2efbe02398" args="(const Node::Ptr &other) const =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" > virtual bool Node::equals < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > other< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns true if 'other' is equal (identity equal) to 'this'.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "5ce35f25f92b41c278b595acc0f0c7e5" > < / a > <!-- doxytag: member="Node::getAxisResult" ref="5ce35f25f92b41c278b595acc0f0c7e5" args="(XQStep::Axis axis, const NodeTest *nodeTest, const DynamicContext *context, const LocationInfo *info) const =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" > virtual < a class = "el" href = "classResult.html" > Result< / a > Node::getAxisResult < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > XQStep::Axis < / td >
< td class = "mdname" nowrap > < em > axis< / em > , < / td >
< / tr >
< tr >
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const NodeTest * < / td >
< td class = "mdname" nowrap > < em > nodeTest< / em > , < / td >
< / tr >
< tr >
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname" nowrap > < em > context< / em > , < / td >
< / tr >
< tr >
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const LocationInfo * < / td >
< td class = "mdname" nowrap > < em > info< / em > < / td >
< / tr >
< tr >
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns a < a class = "el" href = "classResult.html" > Result< / a > containing the nodes in the axis given, relative to this node.
< p >
Forward axis results should be in document order. Reverse axis results should be in reverse document order. < / td >
< / tr >
< / table >
< a class = "anchor" name = "b7df8c53315c260505cf7401063758b8" > < / a > <!-- doxytag: member="Node::getTypeName" ref="b7df8c53315c260505cf7401063758b8" args="() const =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" > virtual const XMLCh* Node::getTypeName < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< p >
Implements < a class = "el" href = "classItem.html#b25603edafab1fe14114b06d07e86a72" > Item< / a > . < / td >
< / tr >
< / table >
< a class = "anchor" name = "d4cacbb469fafccd3f1f921e794f14e4" > < / a > <!-- doxytag: member="Node::getTypeURI" ref="d4cacbb469fafccd3f1f921e794f14e4" args="() const =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" > virtual const XMLCh* Node::getTypeURI < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< p >
Implements < a class = "el" href = "classItem.html#59d3675f745feb0e81bcd197d2b6efaa" > Item< / a > . < / td >
< / tr >
< / table >
< a class = "anchor" name = "f93d7f150ed20b66902466d0645bd8b9" > < / a > <!-- doxytag: member="Node::hasInstanceOfType" ref="f93d7f150ed20b66902466d0645bd8b9" args="(const XMLCh *typeURI, const XMLCh *typeName, const DynamicContext *context) const =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" > virtual bool Node::hasInstanceOfType < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > typeURI< / em > , < / td >
< / tr >
< tr >
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > typeName< / em > , < / td >
< / tr >
< tr >
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname" nowrap > < em > context< / em > < / td >
< / tr >
< tr >
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
check if the underlying type of this node is instance of a certain type
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "d7fba3ae7ee1e136e27123c9a562af69" > < / a > <!-- doxytag: member="Node::isAtomicValue" ref="d7fba3ae7ee1e136e27123c9a562af69" args="() const =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" > virtual bool Node::isAtomicValue < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns false, since this < a class = "el" href = "classItem.html" > Item< / a > is a < a class = "el" href = "classNode.html" > Node< / a > .
< p >
< p >
Implements < a class = "el" href = "classItem.html#2a3b31bab56035111e0759c9f013441f" > Item< / a > . < / td >
< / tr >
< / table >
< a class = "anchor" name = "6b4cf1519dde88e4c27d53e63523912a" > < / a > <!-- doxytag: member="Node::isNode" ref="6b4cf1519dde88e4c27d53e63523912a" args="() const =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" > virtual bool Node::isNode < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns true, since this < a class = "el" href = "classItem.html" > Item< / a > is a < a class = "el" href = "classNode.html" > Node< / a > .
< p >
< p >
Implements < a class = "el" href = "classItem.html#181e43ff727a2bc504cf4b84966e2c7b" > Item< / a > . < / td >
< / tr >
< / table >
< a class = "anchor" name = "9e3c8a09c6727973bd5210d6a83520d0" > < / a > <!-- doxytag: member="Node::lessThan" ref="9e3c8a09c6727973bd5210d6a83520d0" args="(const Node::Ptr &other, const DynamicContext *context) const =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" > virtual bool Node::lessThan < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > & < / td >
< td class = "mdname" nowrap > < em > other< / em > , < / td >
< / tr >
< tr >
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname" nowrap > < em > context< / em > < / td >
< / tr >
< tr >
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Returns true if 'this' is before 'other' in document order, false otherwise.
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "ccd02920255ed30ba43fff6bf7f87ac8" > < / a > <!-- doxytag: member="Node::uniqueLessThan" ref="ccd02920255ed30ba43fff6bf7f87ac8" args="(const Node::Ptr &other, const DynamicContext *context) const =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" > virtual bool Node::uniqueLessThan < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > Node::Ptr< / a > & < / td >
< td class = "mdname" nowrap > < em > other< / em > , < / td >
< / tr >
< tr >
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "mdname" nowrap > < em > context< / em > < / td >
< / tr >
< tr >
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > const< code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Specifies a sorting order for uniqueness removal.
< p >
This may or may not return the same as lessThan. < / td >
< / tr >
< / table >
< hr > < h2 > Member Data Documentation< / h2 >
< a class = "anchor" name = "6fc4dc442c5eb58fd7a25df3ec9d3670" > < / a > <!-- doxytag: member="Node::attribute_string" ref="6fc4dc442c5eb58fd7a25df3ec9d3670" 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" > const XMLCh < a class = "el" href = "classNode.html#6fc4dc442c5eb58fd7a25df3ec9d3670" > Node::attribute_string< / a > []< code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "fc5202dc2821703328c9a0ad03328785" > < / a > <!-- doxytag: member="Node::cdata_string" ref="fc5202dc2821703328c9a0ad03328785" 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" > const XMLCh < a class = "el" href = "classNode.html#fc5202dc2821703328c9a0ad03328785" > Node::cdata_string< / a > []< code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "23cd56cbedeb37c5c8f8acb7810a8a64" > < / a > <!-- doxytag: member="Node::comment_string" ref="23cd56cbedeb37c5c8f8acb7810a8a64" 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" > const XMLCh < a class = "el" href = "classNode.html#23cd56cbedeb37c5c8f8acb7810a8a64" > Node::comment_string< / a > []< code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "edd6f7c4afcb652907f774615b26f1c2" > < / a > <!-- doxytag: member="Node::document_string" ref="edd6f7c4afcb652907f774615b26f1c2" 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" > const XMLCh < a class = "el" href = "classNode.html#edd6f7c4afcb652907f774615b26f1c2" > Node::document_string< / a > []< code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "d435cde4a63ca9f7860a47c956879afe" > < / a > <!-- doxytag: member="Node::element_string" ref="d435cde4a63ca9f7860a47c956879afe" 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" > const XMLCh < a class = "el" href = "classNode.html#d435cde4a63ca9f7860a47c956879afe" > Node::element_string< / a > []< code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "d54d243853fb787323e51c1e6808f12c" > < / a > <!-- doxytag: member="Node::gXerces" ref="d54d243853fb787323e51c1e6808f12c" 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" > const XMLCh < a class = "el" href = "classNode.html#d54d243853fb787323e51c1e6808f12c" > Node::gXerces< / a > []< code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
The "Xerces" DOMNode node interface.
< p >
Use this as the parameter when you call < a class = "el" href = "classItem.html#43293704561250e84fbea266f49a3042" > Item::getInterface()< / a > to have a xerces DOMNode returned, if the < a class = "el" href = "classNode.html" > Node< / a > is of the correct type. If it is not of the correct type, the method will return 0. < / td >
< / tr >
< / table >
< a class = "anchor" name = "28a0aeddf3cae23c67f87a2c18b5ead4" > < / a > <!-- doxytag: member="Node::namespace_string" ref="28a0aeddf3cae23c67f87a2c18b5ead4" 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" > const XMLCh < a class = "el" href = "classNode.html#28a0aeddf3cae23c67f87a2c18b5ead4" > Node::namespace_string< / a > []< code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "faebb4d974131b5e0bbd957102ce32ec" > < / a > <!-- doxytag: member="Node::processing_instruction_string" ref="faebb4d974131b5e0bbd957102ce32ec" 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" > const XMLCh < a class = "el" href = "classNode.html#faebb4d974131b5e0bbd957102ce32ec" > Node::processing_instruction_string< / a > []< code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "55b42262a968bd30e1b5834dc19a96f4" > < / a > <!-- doxytag: member="Node::text_string" ref="55b42262a968bd30e1b5834dc19a96f4" 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" > const XMLCh < a class = "el" href = "classNode.html#55b42262a968bd30e1b5834dc19a96f4" > Node::text_string< / a > []< code > [static]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
< / td >
< / tr >
< / table >
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "Node_8hpp-source.html" > Node.hpp< / a > < / ul >
2020-02-17 21:08:05 +00:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Mon Feb 12 16:52:07 2007 for XQilla Simple API by
2020-02-17 21:05:20 +00: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 >