The @ symbol is used to get the value of a node when it's a simple data type(string, int, long,etc).At one point all variables get converted internally into an xml structure. That's why we can use xPath to get the value.If you have a simple type, which can return only one value (string, int, long, e...