Searched defs:sNode (Results 1 – 2 of 2) sorted by relevance
1704 public static Node getAttributeNode(Node sNode, String attribName) { in getAttributeNode()1720 public static String getAttributeValue(Node sNode, String attribName) { in getAttributeValue()1740 public static void setAttributeValue(Node sNode, String attribName, String val) { in setAttributeValue()
807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue()