Home
last modified time | relevance | path

Searched refs:getNodeKind (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dnode_updates.cpp143 store::StoreConsts::NodeKind nodeKind = getNodeKind(); in attach()
161 setOrdPath(parent, false, pos, getNodeKind()); in attach()
170 setOrdPath(parent, false, pos, getNodeKind()); in attach()
180 setOrdPath(parent, false, pos, getNodeKind()); in attach()
192 setOrdPath(parent, false, pos, getNodeKind()); in attach()
344 store::StoreConsts::NodeKind nodeKind = getNodeKind(); in detach()
777 store::StoreConsts::NodeKind parentKind = getNodeKind(); in deleteChild()
791 if (lsib->getNodeKind() != store::StoreConsts::textNode || in deleteChild()
792 rsib->getNodeKind() != store::StoreConsts::textNode) in deleteChild()
849 if (getNodeKind() == store::StoreConsts::elementNode && in insertChildren()
[all …]
H A Dnode_items.cpp515 if (getNodeKind() == store::StoreConsts::elementNode) in setTree()
525 if (getNodeKind() == store::StoreConsts::elementNode) in setTree()
551 if (getNodeKind() == store::StoreConsts::elementNode) in setTree()
574 if (getNodeKind() != store::StoreConsts::textNode) in setId()
842 store::StoreConsts::NodeKind kind = getNodeKind(); in destroyInternal()
923 XmlNode(tree, parent, child->getNodeKind()), in ConnectorNode()
1188 if (getNodeKind() == store::StoreConsts::textNode) in getDescendantNodeByOrdPath()
1914 kind = getChild(0)->getNodeKind(); in getStringValue2()
1929 kind = (*ite)->getNodeKind(); in getStringValue2()
2754 kind = getChild(0)->getNodeKind(); in getStringValue2()
[all …]
H A Ddataguide.h54 virtual store::StoreConsts::NodeKind getNodeKind() const = 0;
94 store::StoreConsts::NodeKind getNodeKind() const in getNodeKind() function
130 store::StoreConsts::NodeKind getNodeKind() const in getNodeKind() function
H A Dsimple_item_factory.cpp1165 parent->getNodeKind() == store::StoreConsts::elementNode || in createElementNode()
1166 parent->getNodeKind() == store::StoreConsts::documentNode); in createElementNode()
1259 parent->getNodeKind() == store::StoreConsts::elementNode || in createElementNode()
1260 parent->getNodeKind() == store::StoreConsts::documentNode); in createElementNode()
1319 parent->getNodeKind() == store::StoreConsts::elementNode); in createAttributeNode()
1383 parent->getNodeKind() == store::StoreConsts::elementNode); in createAttributeNode()
1783 parent->getNodeKind() == store::StoreConsts::elementNode || in createPiNode()
1784 parent->getNodeKind() == store::StoreConsts::documentNode); in createPiNode()
1835 parent->getNodeKind() == store::StoreConsts::elementNode || in createPiNode()
1836 parent->getNodeKind() == store::StoreConsts::documentNode); in createPiNode()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dpath.cpp43 store::StoreConsts::NodeKind kind = node->getNodeKind(); in END_SERIALIZABLE_CLASS_VERSIONS()
60 if (node->getNodeKind() != theNodeKind) in apply()
96 if (node->getNodeKind() != store::StoreConsts::documentNode) in apply()
108 if (child->getNodeKind() == store::StoreConsts::elementNode) in apply()
127 if (node->getNodeKind() != store::StoreConsts::elementNode) in apply()
149 if (node->getNodeKind() != store::StoreConsts::attributeNode) in apply()
171 if (node->getNodeKind() != store::StoreConsts::elementNode) in apply()
179 if (node->getNodeKind() != store::StoreConsts::attributeNode) in apply()
186 if (node->getNodeKind() != store::StoreConsts::piNode) in apply()
197 if (node->getNodeKind() != store::StoreConsts::commentNode) in apply()
[all …]
H A Dpath_iterators.cpp182 store::StoreConsts::NodeKind kind = node->getNodeKind(); in isElementOrDocumentNode()
230 if (node->getNodeKind() != theNodeKind) in nameOrKindTest()
266 if (node->getNodeKind() != store::StoreConsts::documentNode) in nameOrKindTest()
302 if (node->getNodeKind() != store::StoreConsts::elementNode) in nameOrKindTest()
326 if (node->getNodeKind() != store::StoreConsts::elementNode) in nameOrKindTest()
348 if (node->getNodeKind() != store::StoreConsts::attributeNode) in nameOrKindTest()
367 if (node->getNodeKind() != store::StoreConsts::attributeNode) in nameOrKindTest()
383 if (node->getNodeKind() != store::StoreConsts::piNode) in nameOrKindTest()
394 if (node->getNodeKind() != store::StoreConsts::commentNode) in nameOrKindTest()
401 if (node->getNodeKind() != store::StoreConsts::textNode) in nameOrKindTest()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/JavaSearch/src/net/sf/saxon/om/
H A DNavigator.java47 switch (node.getNodeKind()) { in getPath()
92 same = NodeKindTest.makeNodeKindTest(node.getNodeKind()); in getNumberSimple()
135 same = NodeKindTest.makeNodeKindTest(node.getNodeKind()); in getNumberSimple()
185 count = NodeKindTest.makeNodeKindTest(node.getNodeKind()); in getNumberSingle()
265 count = NodeKindTest.makeNodeKindTest(node.getNodeKind()); in getNumberAny()
281 } else if (from.getNodeKind()==Type.ELEMENT && count.getNodeKind()==Type.ELEMENT) { in getNumberAny()
344 count = NodeKindTest.makeNodeKindTest(node.getNodeKind()); in getNumberMulti()
384 switch (node.getNodeKind()) { in copy()
600 if (nodeTest.matches(n.getNodeKind(), in next()
625 if (nodeTest.matches(n.getNodeKind(), in getLastPosition()
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A Dvalidate.cpp84 sourceNode->getNodeKind() == store::StoreConsts::documentNode ) in effectiveValidationValue()
108 !(sourceNode->getNodeKind()==store::StoreConsts::documentNode || in realValidationValue()
109 sourceNode->getNodeKind()==store::StoreConsts::elementNode in realValidationValue()
116 if (sourceNode->getNodeKind() == store::StoreConsts::documentNode) in realValidationValue()
126 child->getNodeKind() == store::StoreConsts::elementNode) in realValidationValue()
174 switch (sourceNode->getNodeKind()) in realValidationValue()
197 child->getNodeKind()==store::StoreConsts::elementNode ) in realValidationValue()
309 ZORBA_ASSERT(element->getNodeKind() == store::StoreConsts::elementNode); in processElement()
391 ZORBA_ASSERT(attribute->getNodeKind() == store::StoreConsts::attributeNode); in validateAttributes()
491 switch ( child->getNodeKind() ) in processChildren()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/nodes/
H A Dnodes_impl.cpp149 if(inNode->getNodeKind() == store::StoreConsts::documentNode || in nextImpl()
150 inNode->getNodeKind() == store::StoreConsts::commentNode || in nextImpl()
151 inNode->getNodeKind() == store::StoreConsts::textNode) in nextImpl()
155 else if(inNode->getNodeKind() == store::StoreConsts::piNode) in nextImpl()
187 if(inNode->getNodeKind() == store::StoreConsts::elementNode || in nextImpl()
188 inNode->getNodeKind() == store::StoreConsts::attributeNode) in nextImpl()
246 if(item->getNodeKind () == store::StoreConsts::elementNode) in nextImpl()
262 else if(item->getNodeKind () == store::StoreConsts::attributeNode) in nextImpl()
694 if (lItem->getNodeKind() == aNode->getNodeKind()) in getNodePosition()
727 switch (inNode->getNodeKind()) in nextImpl()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/api/serialization/
H A Dserializer.cpp476 switch (item->getNodeKind()) in emit_node()
591 int k = static_cast<int>(item->getNodeKind()); in emit_node()
608 parent->getNodeKind() != store::StoreConsts::elementNode) in emit_text_node()
665 if (item->getNodeKind() == store::StoreConsts::elementNode) in emit_node_children()
705 (child->getNodeKind() == store::StoreConsts::elementNode in emit_node_children()
717 child->getNodeKind() != store::StoreConsts::textNode || in emit_node_children()
721 prev_node_kind = child->getNodeKind(); in emit_node_children()
1389 store::NodeKind kind = item->getNodeKind(); in emit_node()
1597 if (item->getNodeKind() == store::StoreConsts::elementNode) in emit_node()
1903 else if (item->getNodeKind() == store::StoreConsts::piNode ) in emit_node()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/tests/org/apache/subversion/javahl/
H A DWC.java323 tested[0].getNodeKind(), in check()
360 entry.getNodeKind(), in check()
366 entry.getNodeKind(), in check()
390 if (entry.getNodeKind() == NodeKind.dir) in check()
482 status.getNodeKind(), in check()
504 status.getNodeKind(), in check()
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/javahl/tests/org/apache/subversion/javahl/
H A DWC.java323 tested[0].getNodeKind(), in check()
360 entry.getNodeKind(), in check()
366 entry.getNodeKind(), in check()
390 if (entry.getNodeKind() == NodeKind.dir) in check()
482 status.getNodeKind(), in check()
504 status.getNodeKind(), in check()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/javahl/tests/org/apache/subversion/javahl/
H A DWC.java323 tested[0].getNodeKind(), in check()
360 entry.getNodeKind(), in check()
366 entry.getNodeKind(), in check()
390 if (entry.getNodeKind() == NodeKind.dir) in check()
482 status.getNodeKind(), in check()
504 status.getNodeKind(), in check()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/javahl/tests/org/apache/subversion/javahl/
H A DWC.java323 tested[0].getNodeKind(), in check()
360 entry.getNodeKind(), in check()
366 entry.getNodeKind(), in check()
390 if (entry.getNodeKind() == NodeKind.dir) in check()
482 status.getNodeKind(), in check()
504 status.getNodeKind(), in check()
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DConflictVersion.java59 NodeKind.fromApache(aVer.getNodeKind())); in ConflictVersion()
80 public int getNodeKind() in getNodeKind() method in ConflictVersion
H A DCommitItem.java94 this(aItem.getPath(), NodeKind.fromApache(aItem.getNodeKind()), in CommitItem()
112 public int getNodeKind() in getNodeKind() method in CommitItem
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DConflictVersion.java59 NodeKind.fromApache(aVer.getNodeKind())); in ConflictVersion()
80 public int getNodeKind() in getNodeKind() method in ConflictVersion
H A DCommitItem.java94 this(aItem.getPath(), NodeKind.fromApache(aItem.getNodeKind()), in CommitItem()
112 public int getNodeKind() in getNodeKind() method in CommitItem
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DConflictVersion.java59 NodeKind.fromApache(aVer.getNodeKind())); in ConflictVersion()
80 public int getNodeKind() in getNodeKind() method in ConflictVersion
H A DCommitItem.java94 this(aItem.getPath(), NodeKind.fromApache(aItem.getNodeKind()), in CommitItem()
112 public int getNodeKind() in getNodeKind() method in CommitItem
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DConflictVersion.java59 NodeKind.fromApache(aVer.getNodeKind())); in ConflictVersion()
80 public int getNodeKind() in getNodeKind() method in ConflictVersion
H A DCommitItem.java94 this(aItem.getPath(), NodeKind.fromApache(aItem.getNodeKind()), in CommitItem()
112 public int getNodeKind() in getNodeKind() method in CommitItem
/dports/textproc/zorba/zorba-2.7.0/src/runtime/update/
H A Dupdate.cpp151 target->getNodeKind() == store::StoreConsts::attributeNode || in nextImpl()
152 target->getNodeKind() == store::StoreConsts::documentNode) in nextImpl()
163 elemParent = (parent->getNodeKind() == store::StoreConsts::elementNode); in nextImpl()
177 if (source->getNodeKind() == store::StoreConsts::attributeNode) in nextImpl()
232 targetKind = target->getNodeKind(); in nextImpl()
252 if (source->getNodeKind() == store::StoreConsts::attributeNode) in nextImpl()
410 lTargetKind = lTarget->getNodeKind(); in nextImpl()
430 elemParent = (lParent->getNodeKind() == store::StoreConsts::elementNode); in nextImpl()
445 lWith->getNodeKind() != store::StoreConsts::attributeNode) in nextImpl()
465 lWithKind = lWith->getNodeKind(); in nextImpl()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/tests/org/tigris/subversion/javahl/
H A DWC.java318 tested[0].getNodeKind(), in check()
358 tested[i].getNodeKind(), in check()
364 tested[i].getNodeKind(), in check()
390 if (tested[i].getNodeKind() == NodeKind.dir) in check()
483 tested[i].getNodeKind(), in check()
505 tested[i].getNodeKind(), in check()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/javahl/tests/org/tigris/subversion/javahl/
H A DWC.java318 tested[0].getNodeKind(), in check()
358 tested[i].getNodeKind(), in check()
364 tested[i].getNodeKind(), in check()
390 if (tested[i].getNodeKind() == NodeKind.dir) in check()
483 tested[i].getNodeKind(), in check()
505 tested[i].getNodeKind(), in check()

12345678910>>...17