|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DescriptorTag in org.codehaus.cargo.module |
---|
Methods in org.codehaus.cargo.module with parameters of type DescriptorTag | |
---|---|
protected org.w3c.dom.Element |
AbstractDescriptor.addElement(DescriptorTag tag,
org.w3c.dom.Element child,
org.w3c.dom.Element parent)
Adds an element of the specified tag to the descriptor. |
protected void |
AbstractDescriptor.checkElement(org.w3c.dom.Element element,
DescriptorTag expectedTag)
Checks an element whether its name matches the specified name. |
protected org.w3c.dom.Element |
AbstractDescriptor.createNestedText(DescriptorTag tag,
java.lang.String text)
Creates an element that contains nested text. |
protected java.lang.String |
AbstractDescriptor.getChildText(org.w3c.dom.Element parent,
DescriptorTag tag)
Returns the text value from a child directly under the parent tag. |
java.util.Iterator |
AbstractDescriptor.getElements(DescriptorTag tag)
Returns an iterator over the elements that match the specified tag. |
protected org.w3c.dom.Element |
AbstractDescriptor.getImmediateChild(org.w3c.dom.Element parent,
DescriptorTag tag)
Gets a certain tag directly under the parent tag. |
protected org.w3c.dom.Node |
AbstractDescriptor.getInsertionPointFor(DescriptorTag tag,
java.lang.String parent)
Returns the node before which the specified tag should be inserted, or null if
the node should be inserted at the end of the descriptor. |
protected java.util.Iterator |
AbstractDescriptor.getNestedElements(org.w3c.dom.Element parent,
DescriptorTag tag)
Returns an iterator over the child elements of the specified element that match the specified tag. |
protected java.lang.String |
AbstractDescriptor.getNestedText(org.w3c.dom.Element parent,
DescriptorTag tag)
Returns the text nested inside a child element of the specified element. |
org.w3c.dom.Element |
AbstractDescriptor.replaceElement(DescriptorTag tag,
org.w3c.dom.Element child,
org.w3c.dom.Element parent)
Replaces all elements of the specified tag with the provided element. |
Uses of DescriptorTag in org.codehaus.cargo.module.application |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.application | |
---|---|
class |
ApplicationXmlTag
Represents the various top-level tags in a enterprise application deployment descriptor as a typesafe enumeration. |
Uses of DescriptorTag in org.codehaus.cargo.module.ejb |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.ejb | |
---|---|
class |
EjbJarXmlTag
Represents the various tags in a ejb jar deployment descriptor. |
Uses of DescriptorTag in org.codehaus.cargo.module.ejb.weblogic |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.ejb.weblogic | |
---|---|
class |
WeblogicEjbJarXmlTag
Represents the various tags in a weblogic ejb jar deployment descriptor. |
Uses of DescriptorTag in org.codehaus.cargo.module.webapp |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp | |
---|---|
class |
WebXmlTag
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration. |
Methods in org.codehaus.cargo.module.webapp with parameters of type DescriptorTag | |
---|---|
void |
WebXml.addRootElement(DescriptorTag tag,
org.w3c.dom.Element element)
Adds an element of the specified tag to root of the descriptor. |
void |
WebXml.replaceRootElement(DescriptorTag tag,
org.w3c.dom.Element element)
Replaces all elements of the specified tag with the provided element. |
Constructors in org.codehaus.cargo.module.webapp with parameters of type DescriptorTag | |
---|---|
TagNodeList(org.w3c.dom.Element rootElement,
DescriptorTag tag,
java.lang.Class clazz)
|
Uses of DescriptorTag in org.codehaus.cargo.module.webapp.jboss |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp.jboss | |
---|---|
class |
JBossWebXmlTag
Represents the various top-level tags in a JBoss web deployment descriptor as a typesafe enumeration. |
Uses of DescriptorTag in org.codehaus.cargo.module.webapp.resin |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp.resin | |
---|---|
class |
ResinWebXmlTag
Represents the various top-level tags in a Resin context web deployment descriptor as a typesafe enumeration. |
Uses of DescriptorTag in org.codehaus.cargo.module.webapp.tomcat |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp.tomcat | |
---|---|
class |
TomcatContextXmlTag
Represents the various top-level tags in a Tomcat context web deployment descriptor as a typesafe enumeration. |
Uses of DescriptorTag in org.codehaus.cargo.module.webapp.weblogic |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp.weblogic | |
---|---|
class |
WeblogicXmlTag
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |