Package org.apache.axis2.util
Class XSLTUtils
java.lang.Object
org.apache.axis2.util.XSLTUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddAttribute(Document document, String AttribName, String attribValue, Element element) Utility method to add an attribute to a given elementstatic ElementaddChildElement(Document document, String elementName, Node parentNode) Utility method to add an attribute to a given elementstatic Documentstatic ElementgetElement(Document document, String elementName)
-
Constructor Details
-
XSLTUtils
public XSLTUtils()
-
-
Method Details
-
getDocument
- Throws:
ParserConfigurationException
-
addAttribute
public static void addAttribute(Document document, String AttribName, String attribValue, Element element) Utility method to add an attribute to a given element- Parameters:
document-AttribName-attribValue-element-
-
getElement
-
addChildElement
Utility method to add an attribute to a given element- Parameters:
document-elementName-parentNode-
-