Uses of Class
de.cbse.jeasy.JEElement

Uses of JEElement in de.cbse.jeasy
 

Methods in de.cbse.jeasy that return JEElement
 JEElement JENode.getElement()
          Returns this node's user object JEElement.
 JEElement JENode.getElement(java.lang.String tagName)
          Gets the JEElement with the given tagName inside the given JENode.
 

Methods in de.cbse.jeasy with parameters of type JEElement
 void JENode.setElement(JEElement userObject)
          Sets the user object for this node to userObject.