Constructor and Description |
---|
ParseXml() |
Modifier and Type | Method and Description |
---|---|
static String |
formatXml(String xml) |
static String |
getEscapedContent(String xml) |
static Node |
getNode(String tagName,
NodeList nodes) |
static Node |
getNode(String tagName,
NodeList nodes,
int i) |
static String |
getNodeAttr(String attrName,
Node node) |
static String |
getNodeAttr(String tagName,
String attrName,
NodeList nodes) |
static String |
getNodeValue(Node node) |
static String |
getNodeValue(String tagName,
NodeList nodes) |
static Node |
getNodeXml(NodeList nodes,
int i) |
static String |
nodeToString(Node node) |
public ParseXml()
public static Node getNodeXml(NodeList nodes, int i)
public static String getNodeValue(Node node)
public static String getNodeValue(String tagName, NodeList nodes)
public static String getNodeAttr(String attrName, Node node)
public static String getNodeAttr(String tagName, String attrName, NodeList nodes)
public static String nodeToString(Node node)
public static String getEscapedContent(String xml)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.