Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.webapp
Class XMLSourceNodeDelegateIdentifierUtils

java.lang.Object
  extended by oracle.jdeveloper.webapp.XMLSourceNodeDelegateIdentifierUtils


public final class XMLSourceNodeDelegateIdentifierUtils
extends java.lang.Object

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

XMLSourceNodeDelegateIdentifierUtils

public XMLSourceNodeDelegateIdentifierUtils()

Method Detail

isNode

public 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.
Parameters:
node -
context -
identifier -
Returns:
true if the node is a DelegatingXMLSourceNode and its identifier is the same as the identifier arguement

isNode

public 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
Parameters:
node -
context -
identifiers -
Returns:

isNode

public 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
Parameters:
xmlContext -
identifiers -
Returns:

isNodeOrSubNode

public 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
Parameters:
xmlContext -
identifier -
Returns:

getNodeIdentifier

public static java.lang.String getNodeIdentifier(oracle.bali.xml.gui.jdev.JDevXmlContext context)
Returns node indentifier if the node is a DelegatingXMLSourceNode, otherwise returns null.
Parameters:
context -
Returns:

getNodeIdentifier

public static java.lang.String getNodeIdentifier(Context context)
Returns node indentifier if the node is a DelegatingXMLSourceNode, otherwise returns null.
Parameters:
context -
Returns:

getNodeIdentifierHierarchy

public 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.
Parameters:
context -
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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