Home
last modified time | relevance | path

Searched refs:getChildNode (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/tests/
H A Dtxml.cc52 … OFCHECK_EQUAL(OFString(OFSTRING_GUARD(rootNode.getChildNode("element").getText())), "some text"); in OFTEST()
71 OFCHECK_EQUAL(rootNode.getChildNode("parent").nChildNode(), 2); in OFTEST()
74 …OFCHECK_EQUAL(OFString(OFSTRING_GUARD(rootNode.getChildNode("element").getAttributeValue(0))), "va… in OFTEST()
75 OFCHECK_EQUAL(rootNode.getChildNode("element").nAttribute(), 1); in OFTEST()
76 OFCHECK_EQUAL(rootNode.getChildNode("element", 1).nAttribute(), 1); in OFTEST()
77 OFCHECK_EQUAL(rootNode.getChildNode("element", 2).nAttribute(), 0); in OFTEST()
78 OFCHECK_EQUAL(rootNode.getChildNode("error").nAttribute(), 0); in OFTEST()
79 OFCHECK_EQUAL(rootNode.getChildNode("parent").nAttribute(), 0); in OFTEST()
81 OFCHECK(!rootNode.getChildNode("parent").getChildNode("child", 1).isEmpty()); in OFTEST()
82 OFCHECK(rootNode.getChildNode("parent").getChildNode("child" ,2).isEmpty()); in OFTEST()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/
H A DASTRewriteFlattener.java236 getChildNode(node, ArrayAccess.ARRAY_PROPERTY).accept(this); in visit()
238 getChildNode(node, ArrayAccess.INDEX_PROPERTY).accept(this); in visit()
382 getChildNode(node, CatchClause.BODY_PROPERTY).accept(this); in visit()
487 getChildNode(node, DoStatement.BODY_PROPERTY).accept(this); in visit()
524 getChildNode(node, FieldAccess.NAME_PROPERTY).accept(this); in visit()
558 getChildNode(node, ForStatement.BODY_PROPERTY).accept(this); in visit()
618 getChildNode(node, Initializer.BODY_PROPERTY).accept(this); in visit()
1128 ASTNode superclass= getChildNode(node, superClassProperty);
1156 getChildNode(node, TypeLiteral.TYPE_PROPERTY).accept(this); in visit()
1240 getChildNode(node, MemberRef.NAME_PROPERTY).accept(this); in visit()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_xml_reader.py49 def getChildNode(node, tag, required=False): function
217 sol_domain_node = getChildNode(self.root, 'solution_domain')
230 node = getChildNode(sol_domain_node, 'mesh_input')
241 meshes_node = getChildNode(sol_domain_node, 'meshes_list')
246 node = getChildNode(meshes_node, 'meshdir')
311 sr_node = getChildNode(calc_node, 'start_restart')
314 node = getChildNode(sr_node, 'restart')
322 node = getChildNode(sr_node, 'restart_mesh')
328 node = getChildNode(calc_node, 'partitioning')
330 node = getChildNode(node, 'partition_input')
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/UPNP/
H A DUPNPNATInternal.cpp275 XMLNode baseURLNode=node.getChildNode("URLBase",0); in ParseDescription()
295 deviceNode=node.getChildNode("device",i); in ParseDescription()
298 deviceTypeNode=deviceNode.getChildNode("deviceType",0); in ParseDescription()
310 deviceListNode=deviceNode.getChildNode("deviceList",0); in ParseDescription()
322 deviceNode=deviceListNode.getChildNode("device",i); in ParseDescription()
325 deviceTypeNode=deviceNode.getChildNode("deviceType",0); in ParseDescription()
337 deviceListNode=deviceNode.getChildNode("deviceList",0); in ParseDescription()
349 deviceNode=deviceListNode.getChildNode("device",i); in ParseDescription()
352 deviceTypeNode=deviceNode.getChildNode("deviceType",0); in ParseDescription()
364 serviceListNode=deviceNode.getChildNode("serviceList",0); in ParseDescription()
[all …]
/dports/www/p5-webservice-validator-html-w3c/WebService-Validator-HTML-W3C-0.28/lib/WebService/Validator/HTML/
H A DW3C.pm340 msg => $msg->getChildNode(1)->getValue(),
353 … line => $xp->find( './m:line', $msg )->get_node(1)->getChildNode(1)->getValue,
354 … col => $xp->find( './m:col', $msg )->get_node(1)->getChildNode(1)->getValue,
355 … msg => $xp->find( './m:message', $msg )->get_node(1)->getChildNode(1)->getValue,
356 … msgid => $xp->find( './m:messageid', $msg )->get_node(1)->getChildNode(1)->getValue,
357 … explanation => $xp->find( './m:explanation', $msg )->get_node(1)->getChildNode(1)->getValue,
361 … $err->source( $xp->find( './m:source', $msg )->get_node(1)->getChildNode(1)->getValue );
419 … msg => $xp->find( './m:message', $msg )->get_node(1)->getChildNode(1)->getValue,
425 … $warning->source( $xp->find( './m:source', $msg )->get_node(1)->getChildNode(1)->getValue );
/dports/devel/itext/itext-4.2.0/rups/com/lowagie/rups/view/itext/
H A DOutlineTree.java71 PdfObjectTreeNode catalog = factory.getChildNode(trailer, PdfName.ROOT); in update()
72 PdfObjectTreeNode outline = factory.getChildNode(catalog, PdfName.OUTLINES); in update()
77 loadOutline(factory, root, factory.getChildNode(outline, PdfName.FIRST)); in update()
88 PdfObjectTreeNode first = factory.getChildNode(child, PdfName.FIRST); in loadOutline()
92 PdfObjectTreeNode next = factory.getChildNode(child, PdfName.NEXT); in loadOutline()
H A DFormTree.java94 PdfObjectTreeNode catalog = factory.getChildNode(trailer, PdfName.ROOT); in update()
95 PdfObjectTreeNode form = factory.getChildNode(catalog, PdfName.ACROFORM); in update()
99 PdfObjectTreeNode fields = factory.getChildNode(form, PdfName.FIELDS); in update()
107 PdfObjectTreeNode xfa = factory.getChildNode(form, PdfName.XFA); in update()
149 PdfObjectTreeNode kids = factory.getChildNode(object_node, PdfName.KIDS); in loadFields()
H A DPagesTable.java81 PdfObjectTreeNode catalog = factory.getChildNode(trailer, PdfName.ROOT); in update()
82 PdfPagesTreeNode pages = (PdfPagesTreeNode)factory.getChildNode(catalog, PdfName.PAGES); in update()
/dports/textproc/p5-XML-XPathEngine/XML-XPathEngine-0.14/t/
H A Dminidom.pm67 return $rank ? $self->[$parent]->getChildNode($rank-1) : undef;
74 return $self->[$parent]->getChildNode($rank+1);
77 sub getChildNode { return } subroutine
144 sub getChildNode subroutine
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DIntermNode.h205 TIntermNode *getChildNode(size_t index) const final;
244 TIntermNode *getChildNode(size_t index) const final;
286 TIntermNode *getChildNode(size_t index) const final;
361 TIntermNode *getChildNode(size_t index) const final;
435 TIntermNode *getChildNode(size_t index) const final;
486 TIntermNode *getChildNode(size_t index) const final;
536 TIntermNode *getChildNode(size_t index) const final;
615 TIntermNode *getChildNode(size_t index) const final;
684 TIntermNode *getChildNode(size_t index) const final;
716 TIntermNode *getChildNode(size_t index) const final;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DIntermNode.h205 TIntermNode *getChildNode(size_t index) const final;
244 TIntermNode *getChildNode(size_t index) const final;
286 TIntermNode *getChildNode(size_t index) const final;
361 TIntermNode *getChildNode(size_t index) const final;
435 TIntermNode *getChildNode(size_t index) const final;
486 TIntermNode *getChildNode(size_t index) const final;
536 TIntermNode *getChildNode(size_t index) const final;
615 TIntermNode *getChildNode(size_t index) const final;
684 TIntermNode *getChildNode(size_t index) const final;
716 TIntermNode *getChildNode(size_t index) const final;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermNode.h205 TIntermNode *getChildNode(size_t index) const final;
244 TIntermNode *getChildNode(size_t index) const final;
286 TIntermNode *getChildNode(size_t index) const final;
361 TIntermNode *getChildNode(size_t index) const final;
435 TIntermNode *getChildNode(size_t index) const final;
486 TIntermNode *getChildNode(size_t index) const final;
536 TIntermNode *getChildNode(size_t index) const final;
615 TIntermNode *getChildNode(size_t index) const final;
684 TIntermNode *getChildNode(size_t index) const final;
724 TIntermNode *getChildNode(size_t index) const final;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermNode.h205 TIntermNode *getChildNode(size_t index) const final;
244 TIntermNode *getChildNode(size_t index) const final;
286 TIntermNode *getChildNode(size_t index) const final;
361 TIntermNode *getChildNode(size_t index) const final;
435 TIntermNode *getChildNode(size_t index) const final;
486 TIntermNode *getChildNode(size_t index) const final;
536 TIntermNode *getChildNode(size_t index) const final;
615 TIntermNode *getChildNode(size_t index) const final;
684 TIntermNode *getChildNode(size_t index) const final;
716 TIntermNode *getChildNode(size_t index) const final;
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermNode.h205 TIntermNode *getChildNode(size_t index) const final;
244 TIntermNode *getChildNode(size_t index) const final;
286 TIntermNode *getChildNode(size_t index) const final;
361 TIntermNode *getChildNode(size_t index) const final;
435 TIntermNode *getChildNode(size_t index) const final;
486 TIntermNode *getChildNode(size_t index) const final;
536 TIntermNode *getChildNode(size_t index) const final;
615 TIntermNode *getChildNode(size_t index) const final;
684 TIntermNode *getChildNode(size_t index) const final;
724 TIntermNode *getChildNode(size_t index) const final;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermNode.h205 TIntermNode *getChildNode(size_t index) const final;
244 TIntermNode *getChildNode(size_t index) const final;
286 TIntermNode *getChildNode(size_t index) const final;
361 TIntermNode *getChildNode(size_t index) const final;
435 TIntermNode *getChildNode(size_t index) const final;
486 TIntermNode *getChildNode(size_t index) const final;
536 TIntermNode *getChildNode(size_t index) const final;
615 TIntermNode *getChildNode(size_t index) const final;
684 TIntermNode *getChildNode(size_t index) const final;
724 TIntermNode *getChildNode(size_t index) const final;
[all …]
/dports/textproc/p5-XML-TinyXML/XML-TinyXML-0.34/t/
H A D006_xpath_unabbreviated.t47 is ($set[0]->getChildNode(0)->name, "blah"); # tests both last selection and getChildNode
86 is ($set[0]->getChildNode(0)->name, "blah");
91 is ($set[0]->getChildNode(0)->name, "blah");
96 is ($set[0]->getChildNode(0)->name, "child1");
101 is ($set[0]->getChildNode(0)->name, "blah");
111 is ($set[0]->getChildNode(0)->name, "blah");
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/utils/
H A DProfiler.cpp132 mCurrentChildNode(mCurrentParentNode->getChildNode()){ in ProfileNodeIterator()
138 mCurrentChildNode = mCurrentParentNode->getChildNode(); in enterChild()
146 mCurrentChildNode = mCurrentParentNode->getChildNode(); in enterChild()
155 mCurrentChildNode = mCurrentParentNode->getChildNode(); in enterParent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/
H A DSimpleCSItem.java45 return (ISimpleCSDescription) getChildNode(ISimpleCSDescription.class); in getDescription()
61 return (ISimpleCSOnCompletion) getChildNode(ISimpleCSOnCompletion.class); in getOnCompletion()
179 return (ISimpleCSRunContainerObject) getChildNode(ISimpleCSRunContainerObject.class); in getExecutable()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/
H A DCtxHelpContext.java98 IDocumentElementNode node = getChildNode(CtxHelpDescription.class); in getDescription()
115 IDocumentElementNode node = getChildNode(CtxHelpDescription.class); in setDescription()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcencdoc.cc127 OFBool childfound = XMLsearchAttribute(currnode.getChildNode(i), results, attr); in XMLsearchAttribute()
178 if (fileNode.getChildNode("title").getText() != NULL) in XMLgetAttribute()
180 result = OFString(OFSTRING_GUARD(fileNode.getChildNode("title").getText())); in XMLgetAttribute()
185 result = OFString(OFSTRING_GUARD(fileNode.getChildNode("id").getAttribute("root"))) + "^" in XMLgetAttribute()
186 + OFString(OFSTRING_GUARD(fileNode.getChildNode("id").getAttribute("extension"))); in XMLgetAttribute()
198 … fileNode.getChildNodeByPath("recordTarget/patientRole/patient/name").getChildNode( in XMLgetAttribute()
227 result = OFString(OFSTRING_GUARD(fileNode.getChildNode("code").getAttribute("code"))); in XMLgetAttribute()
231 result = OFString(OFSTRING_GUARD(fileNode.getChildNode("code").getAttribute("codeSystem"))); in XMLgetAttribute()
235 …OFString CSDtemp = OFString(OFSTRING_GUARD(fileNode.getChildNode("code").getAttribute("codeSystemN… in XMLgetAttribute()
262 …result = OFString(OFSTRING_GUARD(fileNode.getChildNode("code").getAttribute("codeSystemVersion"))); in XMLgetAttribute()
[all …]
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/utils/
H A DProfiler.h96 ProfileNode* getChildNode();
445 mCurrentChildNode = mCurrentParentNode->getChildNode(); in first()
464 inline ProfileNode* ProfileNode::getChildNode() { in getChildNode() function
/dports/textproc/p5-XML-XPath/XML-XPath-1.44/lib/XML/XPath/
H A DNode.pm314 sub getChildNode { subroutine
433 return $self->[XML::XPath::Node::node_parent]->getChildNode($pos);
440 return $self->[XML::XPath::Node::node_parent]->getChildNode($pos + 2);
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtinydom.cpp5510 ldomNode * node = getChildNode(i); in cleanIfOnlyEmptyTextInline()
5528 if ( getChildNode(i)->isText() ) { in cleanIfOnlyEmptyTextInline()
6775 child = getChildNode(i); in initNodeRendMethod()
7762 node = node->getChildNode(0); in FindNextNode()
9479 p = p->getChildNode(offset); in toStringV2()
9877 setNode( p->getChildNode( index ) ); in sibling()
17390 ldomNode * child = getChildNode(i); in getUnboxedFirstChild()
17404 ldomNode * child = getChildNode(i); in getUnboxedLastChild()
17479 n = n->getChildNode(index); in getUnboxedNextSibling()
17517 n = n->getChildNode(index); in getUnboxedPrevSibling()
[all …]
H A Dlvopc.cpp56 ldomNode * relationshipNode = root->getChildNode((lUInt32)i); in readRelations()
142 ldomNode * typeNode = root->getChildNode(i); in readContentTypes()
/dports/graphics/animorph/animorph-0.3/include/animorph/
H A DxmlParser.h222 XMLNode getChildNode(int i=0); // return ith child node
223 …XMLNode getChildNode(XMLCSTR name, int i); // return ith child node with spe…
225 …XMLNode getChildNode(XMLCSTR name, int *i=NULL); // return next child node with sp…

12345678