Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.3.0)

E18581-04


oracle.adfdt.view.common.binding.utils
Class DomUtils

java.lang.Object
  extended by oracle.adfdt.view.common.binding.utils.DomUtils


public class DomUtils
extends java.lang.Object

Utilities for working with org.w3c.dom. These must have no dependencies other than org.w3c.dom, oracle.bali.xml.dom.traversal, and oracle.bali.xml.dom.position.


Method Summary
static java.lang.String getLocalName(org.w3c.dom.Node node)
          Returns the local part of the name of the given node, if it is an attribute or an element, or returns null for other nodes.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getLocalName

public static java.lang.String getLocalName(org.w3c.dom.Node node)
Returns the local part of the name of the given node, if it is an attribute or an element, or returns null for other nodes. This cover method for Node.getLocalName() should be used in all cases, since it handles the case of DOM Level 1 nodes for which getLocalName() == null and the local name is actually getNodeName().
Returns:
The local name of the given node, if it is an attribute or an element, or null if it is any other type of node. For elements and attributes, this will never return null.

Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.3.0)

E18581-04


Copyright © 1997, 2012, Oracle. All rights reserved.