org.wso2.balana
Class DOMHelper
java.lang.Object
org.wso2.balana.DOMHelper
public class DOMHelper
- extends Object
This class is created for patch provided in IDENTITY-416
XML parsing via DOM API the method node.getLocalName() or getNodeName() is used. But not all parsed
nodes are elements or attribute. to support namespaces it is needed to either access via node.getLocalName()
or DOMHelper.getLocalName(node) depending on the node type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMHelper
public DOMHelper()
getLocalName
public static String getLocalName(Node child)
Copyright © 2015 WSO2. All rights reserved.