Home
last modified time | relevance | path

Searched refs:startNode (Results 1 – 18 of 18) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPIteratorImpl.java64 XMPNode startNode = null; in XMPIteratorImpl() local
72 startNode = xmp.getRoot(); in XMPIteratorImpl()
86 startNode = XMPNodeUtils.findNode(xmp.getRoot(), path, false, null); in XMPIteratorImpl()
93 startNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), schemaNS, false); in XMPIteratorImpl()
103 if (startNode != null) in XMPIteratorImpl()
107 nodeIterator = new NodeIterator(startNode, initialPath, 1); in XMPIteratorImpl()
111 nodeIterator = new NodeIteratorChildren(startNode, initialPath); in XMPIteratorImpl()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTreeWalker2Result.java102 protected void startNode(int node) throws org.xml.sax.SAXException in startNode() method in TreeWalker2Result
115 super.startNode(node); in startNode()
146 super.startNode(node); in startNode()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java1569 final int startNode = _startNode; in next() local
1570 if (startNode == NULL) { in next()
1574 if (_includeSelf && (_currentNode + 1) == startNode) in next()
1582 if (startNode == ROOTNODE) { in next()
1660 final int startNode = _startNode; in next() local
1677 if (NULL == expType || _parent2(node) < startNode && startNode != node) { in next()
1687 else if (startNode == DTMDefaultBase.ROOTNODE) in next()
1708 if (NULL == expType || _parent2(node) < startNode && startNode != node) { in next()
2783 int startNode = identity; in getStringValue() local
2818 } while (_parent2(identity) >= startNode); in getStringValue()
[all …]
DSAX2DTM.java530 int startNode = identity; in dispatchCharactersEvents() local
550 } while (DTM.NULL != identity && (_parent(identity) >= startNode)); in dispatchCharactersEvents()
1273 int startNode = identity; in getStringValue() local
1293 } while (DTM.NULL != identity && (_parent(identity) >= startNode)); in getStringValue()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMTreeWalker.java114 startNode(pos); in traverse()
167 startNode(pos); in traverse()
215 protected void startNode(int node) throws org.xml.sax.SAXException in startNode() method in DTMTreeWalker
/external/icu/icu4c/source/common/
Drbbitblb.cpp481 RBBINode *startNode; in calcChainedFollowPos() local
483 startNode = (RBBINode *)matchStartNodes.elementAt(startNodeIx); in calcChainedFollowPos()
484 if (startNode->fType != RBBINode::leafChar) { in calcChainedFollowPos()
488 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos()
496 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
540 RBBINode *startNode; in bofFixup() local
543 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in bofFixup()
544 if (startNode->fType != RBBINode::leafChar) { in bofFixup()
548 if (startNode->fVal == bofNode->fVal) { in bofFixup()
554 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java145 startNode(pos); in traverse()
199 startNode(pos); in traverse()
258 protected void startNode(Node node) throws org.xml.sax.SAXException in startNode() method in TreeWalker
/external/apache-xml/src/main/java/org/apache/xml/utils/
DTreeWalker.java177 startNode(pos); in traverseFragment()
230 startNode(pos); in traverse()
289 protected void startNode(Node node) throws org.xml.sax.SAXException in startNode() method in TreeWalker
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java456 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos()
457 if (startNode.fType != RBBINode.leafChar) { in calcChainedFollowPos()
461 if (endNode.fVal == startNode.fVal) { in calcChainedFollowPos()
469 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos()
508 for (RBBINode startNode : matchStartNodes) { in bofFixup()
509 if (startNode.fType != RBBINode.leafChar) { in bofFixup()
513 if (startNode.fVal == bofNode.fVal) { in bofFixup()
519 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java457 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos()
458 if (startNode.fType != RBBINode.leafChar) { in calcChainedFollowPos()
462 if (endNode.fVal == startNode.fVal) { in calcChainedFollowPos()
470 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos()
509 for (RBBINode startNode : matchStartNodes) { in bofFixup()
510 if (startNode.fType != RBBINode.leafChar) { in bofFixup()
514 if (startNode.fVal == bofNode.fVal) { in bofFixup()
520 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
/external/antlr/runtime/ObjC/Framework/
DTreeNodeStream.h88 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
DDebugTreeNodeStream.m170 - (NSString *) toStringFromToken:(id)startNode ToToken:(id)stopNode
172 return [input toStringFromToken:(id<Token>)startNode ToToken:(id<Token>)stopNode];
DCommonTreeNodeStream.h112 - (NSString *) toStringFromNode:(id<BaseTree>)startNode ToNode:(id<BaseTree>)stopNode;
DUnbufferedCommonTreeNodeStream.h93 - (NSString *) toStringFromNode:(id)startNode toNode:(id)stopNode;
DCommonTreeNodeStream.m221 - (NSString *) toStringFromNode:(id<BaseTree>)startNode ToNode:(id<BaseTree>)stopNode
DUnbufferedCommonTreeNodeStream.m174 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode
/external/aac/libAACdec/src/
Daacdec_hcrs.cpp432 UINT startNode; in InitNonPCWSideInformationForCurrentSet() local
462 startNode = *aHuffTable[pExtendedSortedCodebook[extendedSortedCodebookIdx]]; in InitNonPCWSideInformationForCurrentSet()
474 *iNode++ = startNode; in InitNonPCWSideInformationForCurrentSet()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java272 startNode(pos); in traverse()
345 startNode(pos); in traverse()
395 protected void startNode(Node node) throws org.xml.sax.SAXException { in startNode() method in DOM3TreeWalker