org.wso2.balana
Class DOMHelper

java.lang.Object
  extended by 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.


Constructor Summary
DOMHelper()
           
 
Method Summary
static String getLocalName(Node child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMHelper

public DOMHelper()
Method Detail

getLocalName

public static String getLocalName(Node child)


Copyright © 2015 WSO2. All rights reserved.