| java.lang.Object fitnesse.util.XmlUtil
XmlUtil | public class XmlUtil (Code) | | |
Method Summary | |
public static void | addCdataNode(Document document, Element element, String tagName, String value) | public static void | addTextNode(Document document, Element element, String tagName, String value) | public static DocumentBuilder | getDocumentBuilder() | public static Element | getElementByTagName(Element element, String name) | public static Element | getLocalElementByTagName(Element context, String tagName) | public static String | getLocalTextValue(Element element, String name) | public static String | getTextValue(Element element, String name) | public static Document | newDocument() | public static Document | newDocument(InputStream input) | public static Document | newDocument(String input) | public static String | xmlAsString(Document doc) |
|
|