* @param pathQuery path pathQuery string
* @return {@code List} of {@code Node} objects matching the query
* @throws XmlModelException XML model exception
*/
public List<Node> pathQuery(String pathQuery) throws XmlModelException {
return new PathQueryParser(root).pathQuery(pathQuery);
}