Uses of Class
org.xins.server.Element

Packages that use Element
org.xins.server XINS server framework. 
 

Uses of Element in org.xins.server
 

Methods in org.xins.server that return Element
 Element Element.getParent()
          Deprecated. Returns the parent element.
 

Methods in org.xins.server with parameters of type Element
 void Element.add(Element child)
          Deprecated. Adds the specified element as content for this element.
protected  void FunctionResult.add(Element element)
          Deprecated. Deprecated since XINS 1.3.0. Use FunctionResult.add(org.xins.common.xml.Element) instead.
 



See http://www.xins.org/.