java - What is the difference between queryvalue() and querynode()? -


when wrote line:

this.atputifnotnil("qwerttty", profile.queryvalue("qwertty"), profile); 

it throwing compile time error.
when changed querynode(), got rectified.

this.atputifnotnil("qwerttty", profile.querynode("qwertty"), profile); 

i want know difference between two.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -