equal
deleted
inserted
replaced
891 void ReorderNodesL( CXnNode* aSource, CXnNode* aTarget ); |
891 void ReorderNodesL( CXnNode* aSource, CXnNode* aTarget ); |
892 |
892 |
893 /** |
893 /** |
894 * Find next node located aDirection from aNode. |
894 * Find next node located aDirection from aNode. |
895 */ |
895 */ |
896 CXnNode* FindNextNodeL( |
|
897 RPointerArray< CXnNode >& aArray, |
|
898 CXnNode& aNode, |
|
899 TInt aDirection ); |
|
900 |
896 |
901 /** |
897 /** |
902 * Gets namespace of node |
898 * Gets namespace of node |
903 */ |
899 */ |
904 const TDesC8& Namespace(); |
900 const TDesC8& Namespace(); |