java - getNextSibling() method does not return any results -
i writing code read xml files , labeling nodes. using dom java. method getnextsibling() not returning results other methods getparentnode do. problem?
public node getnextsibling()
the node following node. if there no such node, returns null. documentation.
by way, question has been examined in topic.
Comments
Post a Comment