| |
|
| java.lang.Object org.apache.cactus.integration.ant.deployment.application.DefaultApplicationXml
DefaultApplicationXml | public class DefaultApplicationXml implements ApplicationXml(Code) | | Encapsulates the DOM representation of an EAR descriptor
(application.xml ) to provide convenience methods for easy
access and manipulation.
since: Cactus 1.5 version: $Id: DefaultApplicationXml.java 239141 2005-02-15 10:31:44Z vmassol $ |
DefaultApplicationXml | public DefaultApplicationXml(Document theDocument)(Code) | | Constructor.
Parameters: theDocument - The DOM document representing the parsed deploymentdescriptor |
addElement | final public void addElement(ApplicationXmlTag theTag, Element theElement)(Code) | | Adds an element of the specified tag to the descriptor.
Parameters: theTag - The descriptor tag Parameters: theElement - The element to add |
|
|
|