| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.webapp.XMLSourceNodeDelegateIdentifierUtils
public final class XMLSourceNodeDelegateIdentifierUtils
| Constructor Summary | |
|---|---|
XMLSourceNodeDelegateIdentifierUtils()
 | 
|
| Method Summary | |
|---|---|
static java.lang.String | 
getNodeIdentifier(Context context)
Returns node indentifier if the node is a DelegatingXMLSourceNode, otherwise returns null.  | 
static java.lang.String | 
getNodeIdentifier(oracle.bali.xml.gui.jdev.JDevXmlContext context)
Returns node indentifier if the node is a DelegatingXMLSourceNode, otherwise returns null.  | 
static java.util.List<java.lang.String> | 
getNodeIdentifierHierarchy(Context context)
Returns node indentifier hierarchy if the node is a DelegatingXMLSourceNode, otherwise returns an empty list.  | 
static boolean | 
isNode(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext,
       java.lang.String[] identifiers)
Returns true if the node is a DelegatingXMLSourceNode and its identifier is the same as one of the identifiers arguement  | 
static boolean | 
isNode(Node node,
       Context context,
       java.lang.String identifier)
Returns true if the node is a DelegatingXMLSourceNode and its identifier is the same as the identifier arguement.  | 
static boolean | 
isNode(Node node,
       Context context,
       java.lang.String[] identifiers)
Returns true if the node is a DelegatingXMLSourceNode and its identifier is the same as one of the identifiers arguement  | 
static boolean | 
isNodeOrSubNode(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext,
                java.lang.String identifier)
Returns true if the node is a DelegatingXMLSourceNode and its node identifier hierarchy contains the identifier arguement  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public XMLSourceNodeDelegateIdentifierUtils()
| Method Detail | 
|---|
public static boolean isNode(Node node,
                             Context context,
                             java.lang.String identifier)
node - context - identifier - 
public static boolean isNode(Node node,
                             Context context,
                             java.lang.String[] identifiers)
node - context - identifiers - 
public static boolean isNode(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext,
                             java.lang.String[] identifiers)
xmlContext - identifiers - 
public static boolean isNodeOrSubNode(oracle.bali.xml.gui.jdev.JDevXmlContext xmlContext,
                                      java.lang.String identifier)
xmlContext - identifier - 
public static java.lang.String getNodeIdentifier(oracle.bali.xml.gui.jdev.JDevXmlContext context)
context - 
public static java.lang.String getNodeIdentifier(Context context)
context - 
public static java.util.List<java.lang.String> getNodeIdentifierHierarchy(Context context)
context - 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||