Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.dt.attachments.component.utils
Class AttachmentUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.attachments.component.utils.AttachmentUtils

public final class AttachmentUtils
extends java.lang.Object

Utility class for Attachments.

Author:
Pallavi Palparthy <pallavi.palparthy@oracle.com>

Method Summary
static boolean isColumn(org.w3c.dom.Node node)
          Does this Node represent a column jsf element.
static boolean isTable(org.w3c.dom.Node node)
          Does this Node represent a table jsf element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isTable

public static boolean isTable(org.w3c.dom.Node node)
Does this Node represent a table jsf element.

Parameters:
node - node to test
Returns:
true if a table, false otherwise.

isColumn

public static boolean isColumn(org.w3c.dom.Node node)
Does this Node represent a column jsf element.

Parameters:
node - node to test
Returns:
true if a column, false otherwise.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.