Uses of Class
org.apache.ecs.wml.WML

Packages that use WML
org.apache.ecs.wml   
 

Uses of WML in org.apache.ecs.wml
 

Fields in org.apache.ecs.wml declared as WML
private  WML WMLDocument.wml
           
 

Methods in org.apache.ecs.wml that return WML
 WML WML.addElement(Element element)
          Adds an Element to the element.
 WML WML.addElement(java.lang.String element)
          Adds an Element to the element.
 WML WMLDocument.getWML()
          Get the wml element for this document container.
 

Methods in org.apache.ecs.wml with parameters of type WML
 WMLDocument WMLDocument.setWML(WML wml)
          Set the wml element for this document container.
 

Constructors in org.apache.ecs.wml with parameters of type WML
WMLDocument(WML wml)
           
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.