| java.lang.Object com.meterware.httpunit.NodeUtils
NodeUtils | class NodeUtils (Code) | | Some common utilities for manipulating DOM nodes.
|
Inner Class :interface NodeAction | |
Inner Class :static class PreOrderTraversal | |
asText | public static String asText(NodeList rootNodes)(Code) | | Converts the DOM trees rooted at the specified nodes to text, ignoring
any HTML tags.
|
getAttributeValue | public static int getAttributeValue(Node node, String attributeName, int defaultValue)(Code) | | |
isNodeAttributePresent | static boolean isNodeAttributePresent(Node node, String attributeName)(Code) | | |
|
|