Searched defs:endNode (Results 1 - 20 of 20) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTreeWalker2Result.java85 protected void endNode(int node) throws org.xml.sax.SAXException method in class:TreeWalker2Result
87 super.endNode(node);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMTreeWalker.java98 * operating as a Visitor. startNode (preorder) and endNode
118 endNode(pos);
134 endNode(pos);
148 * operating as a Visitor. startNode (preorder) and endNode
171 endNode(pos);
363 protected void endNode(int node) throws org.xml.sax.SAXException method in class:DTMTreeWalker
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java151 endNode(pos);
165 endNode(pos);
205 endNode(pos);
448 protected void endNode(Node node) throws org.xml.sax.SAXException method in class:TreeWalker
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java183 endNode(pos);
197 endNode(pos);
236 endNode(pos);
453 protected void endNode(Node node) throws org.xml.sax.SAXException method in class:TreeWalker
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfile.cpp61 ProfileNode* endNode = m_head->traverseNextNodePostOrder(); local
62 while (currentNode && currentNode != endNode) {
/external/icu4c/common/
H A Drbbiscan.cpp322 RBBINode *endNode = pushNewNode(RBBINode::endMark); local
326 catNode->fRightChild = endNode;
328 endNode->fVal = fRuleNum;
329 endNode->fLookAheadEnd = TRUE;
H A Drbbitblb.cpp422 RBBINode *endNode = NULL; local
428 endNode = tNode;
432 if (endNode == NULL) {
444 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal);
464 if (endNode->fVal == startNode->fVal) {
470 // letting matches transition from a match state at endNode
472 setAdd(endNode->fFollowPos, startNode->fFollowPos);
/external/srec/tools/make_ve_grammar/
H A Dmake_ve_grammar.c105 nodeID endNode = 6; local
227 fprintf(pFile_PCLG,"%d\t%d\t.wb\teps\n", pau2EndNode, endNode);
228 fprintf(pFile_PCLG,"%d\n", endNode);
/external/webkit/Source/WebCore/editing/
H A DModifySelectionListLevel.cpp91 void ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, Node* refNode) argument
99 if (node == endNode)
106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode) argument
114 if (node == endNode)
122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent) argument
130 if (node == endNode)
H A DReplaceSelectionCommand.cpp1133 Node* endNode = positionAtEndOfInsertedContent().deepEquivalent().upstream().deprecatedNode(); local
1134 if (endNode->isTextNode()) {
1135 Text* text = static_cast<Text*>(endNode);
1139 insertNodeAfterAndUpdateNodesInserted(node, endNode);
H A DApplyStyleCommand.cpp1270 Node* endNode = end.containerNode(); local
1273 if (isAtomicNode(endNode)) {
1274 if (endOffset < lastOffsetInNode(endNode))
1281 endNode = end.deprecatedNode()->parentNode();
1285 if (!endNode->isElementNode() || endNode->hasTagName(brTag))
1288 Node* nextSibling = endNode->nextSibling();
1289 if (nextSibling && areIdenticalElements(endNode, nextSibling)) {
1291 Element* element = static_cast<Element *>(endNode);
1296 bool shouldUpdateStart = start.containerNode() == endNode;
1306 surroundNodeRangeWithElement(PassRefPtr<Node> passedStartNode, PassRefPtr<Node> endNode, PassRefPtr<Element> elementToInsert) argument
1365 RefPtr<Node> endNode = passedEnd; local
[all...]
H A DCompositeEditCommand.cpp1230 RefPtr<Node> endNode = end; local
1231 for (node = start; node && node->parentNode() != endNode; node = node->parentNode()) {
H A Dvisible_units.cpp412 Node *endNode; local
422 endNode = endRenderer->node();
423 if (endNode)
430 if (endNode->hasTagName(brTag)) {
431 pos = positionBeforeNode(endNode);
437 pos = Position(endNode, endOffset, Position::PositionIsOffsetInAnchor);
439 pos = positionAfterNode(endNode);
H A DEditor.cpp659 Node* endNode = m_frame->selection()->selection().end().upstream().deprecatedNode(); local
660 if (enclosingBlock(startNode) != enclosingBlock(endNode))
686 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag); local
687 if (startNode && endNode && startNode == endNode)
701 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag); local
702 if (startNode && endNode && startNode == endNode)
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java279 endNode(pos);
291 endNode(pos);
352 endNode(pos);
446 protected void endNode(Node node) throws org.xml.sax.SAXException { method in class:DOM3TreeWalker
1049 * @param bStart Inicates if called from start or endNode
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp147 // for final operations in the endNode() fn.
178 endNode( node, p_SubGraph, level );
277 bool GRXMLDoc::endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level ) function in class:GRXMLDoc
355 } // endNode()
/external/webkit/Source/WebCore/rendering/
H A DRenderTextControl.cpp307 Node* endNode = 0; local
317 setContainerAndOffsetForRange(node, end - offset, endNode, end);
324 if (!startNode || !endNode)
327 return Range::create(document(), startNode, start, endNode, end);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp202 WebNode endNode = range.endContainer(exception); local
203 printNodeDescription(endNode, exception);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 499 milliseconds