org.apache.axis2.util
Class XSLTUtils
java.lang.Object
org.apache.axis2.util.XSLTUtils
public class XSLTUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTUtils
public XSLTUtils()
getDocument
public static Document getDocument()
throws ParserConfigurationException
- 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
public static Element getElement(Document document,
String elementName)
addChildElement
public static Element addChildElement(Document document,
String elementName,
Node parentNode)
- Utility method to add an attribute to a given element
- Parameters:
document
- elementName
- parentNode
-
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.