nodes
selecting certain strings from a linked list
I have a linkedList using nodes. I have it printing out alphabetically but now I\'m trying to print out the people whose names begin with a certain letter that the user ask for. For example: printing[详细]
2023-04-13 07:08 分类:问答How break after checking / unchecking a node in a treelist
I have a little problem. i should implement a logic for a treeList which consist from a single parent and more childrengrouped into more groups by ID\'s.[详细]
2023-04-11 17:36 分类:问答How to sort a Linked list
I created a linked list using nodes that prints out a list(string) of names. I\'m trying to write a sort method that prints out the names in alphabetical order. If this was integers it would be easy b[详细]
2023-04-11 11:41 分类:问答ANTLR3 Hetero nodes are not created
I am trying to create a heterogeneous tree based on a sample provided here: http://www.antlr.org/wiki/display/ANTLR3/Tree+construction#Treeconstruction-Heterogeneoustreenodes[详细]
2023-04-11 09:09 分类:问答checking reference to a node object
i have a q开发者_如何学Gouestion about this code. class Queue { Node first, last void enqueue(Object item){[详细]
2023-04-10 23:47 分类:问答non void method for binary tree inorder traversal
I\'m wondering if its possible to have an inorder tree traversal method in java actually RETURN something... I\'m trying to traverse through the tree given a node and a value, return the node that mat[详细]
2023-04-09 09:26 分类:问答stack program print function not working properly [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-04-09 05:14 分类:问答How to count nodes in XML that have been read into a string
I\'m sure the solution is pretty trivial to the experienced, but it\'s not to me. I have read an XML file into a开发者_开发技巧 string, strSiteList. Here\'s a shortened sample of the XML:[详细]
2023-04-08 16:09 分类:问答C# Getting List of Directories Using TreeView Node Information
I have couple of nodes in a Tree-view that user can drag to create child nodes etc. I am using couple of methods to retrieve the parent node list:[详细]
2023-04-07 12:19 分类:问答XSLT display ALL XML tag contents
I am new to using XSLT.I want to display all of the information in an xml tag in my xsl formatted page.I have tried using local-name, name, etc and none give me the result I want.[详细]
2023-04-06 14:36 分类:问答