public class ReplaceNamespaceTag extends TagSupport
body, context, parent
Constructor and Description |
---|
ReplaceNamespaceTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
String |
getFromURI() |
String |
getToURI() |
void |
setFromURI(String namespace)
Sets the source namespace URI to replace.
|
void |
setToURI(String namespace)
Sets the destination namespace URI to replace.
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tag
public String getFromURI()
public void setFromURI(String namespace)
public String getToURI()
public void setToURI(String namespace)
Copyright © 2014. All rights reserved.