org.apache.commons.jelly.tags.xml
public class ElementTag extends TagSupport
<xsl:element>
tag.body, context, parent
Constructor and Description |
---|
ElementTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
java.lang.String |
getName() |
java.lang.String |
getURI() |
void |
setAttributeValue(java.lang.String name,
java.lang.String value,
java.lang.String uri)
Sets the attribute of the given name to the specified value.
|
void |
setName(java.lang.String name)
Sets the qualified name of the element
|
void |
setURI(java.lang.String namespace)
Sets the namespace URI of the element
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void setAttributeValue(java.lang.String name, java.lang.String value, java.lang.String uri) throws JellyTagException
name
- of the attributevalue
- of the attributeuri
- namespace of the attributeJellyTagException
- if the start element has already been output.
Attributes must be set on the outer element before any content
(child elements or text) is outputpublic void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getURI()
public void setURI(java.lang.String namespace)
Copyright © 2014. All Rights Reserved.