The contains() method returns a Boolean value indicating whether a node is a descendant of a specified node.
A descendant can be a child, grandchild, great-grandchild, and so on.
Elem을 기준으로 하위 요소들 중에 Input(Node) 존재하면: True 존재하지않으면: False를 반환한다.