| java.lang.Object org.apache.axis2.util.XSLTUtils
XSLTUtils | public class XSLTUtils (Code) | | |
addAttribute | public static void addAttribute(Document document, String AttribName, String attribValue, Element element)(Code) | | Utility method to add an attribute to a given element
Parameters: document - Parameters: AttribName - Parameters: attribValue - Parameters: element - |
addChildElement | public static Element addChildElement(Document document, String elementName, Node parentNode)(Code) | | Utility method to add an attribute to a given element
Parameters: document - Parameters: elementName - Parameters: parentNode - |
|
|