Lines Matching refs:StringNode
93 aChild = new StringNode (xText.getText(), aParent); in createChild()
96 aChild = new StringNode ("# chars: " + xText.getCharacterCount(), aParent); in createChild()
99 aChild = new StringNode (characters( xText ), aParent); in createChild()
102 aChild = new StringNode ("selection: " in createChild()
109 … aChild = new StringNode ("getCaretPosition: " + xText.getCaretPosition(), aParent); in createChild()
146 aChild = new StringNode (bounds( xText ), aParent); in createChild()
152 aChild = new StringNode ("unknown child index " + nIndex, aParent); in createChild()
208 aNode.addChild (new StringNode (textAtIndexNodeString( in textAtIndexNode()
224 aNode.addChild (new StringNode (textAtIndexNodeString( in textAtIndexNode()
230 aNode.addChild (new StringNode (e.toString(), aNode)); in textAtIndexNode()
234 aNode.addChild (new StringNode (e.toString(), aNode)); in textAtIndexNode()
362 new StringNode( aValues[i].Name + ": " + aValues[i].Value, in getAttributes()
374 aRet = new StringNode( "Exception caught:" + e, aParent ); in getAttributes()