public class DataUtilities
extends java.lang.Object
Constructor and Description |
---|
DataUtilities() |
Modifier and Type | Method and Description |
---|---|
static NodeInfo |
getObjectDataNodeInfo(java.lang.String[][] a2Dobj,
java.lang.String fullpath,
java.lang.String delim,
boolean partialmatch)
Purpose: Sarch through a 2D Array for a fully qualified node. |
static NodeInfo |
getObjectDataNodeInfo(java.lang.String[][] a2Dobj,
java.lang.String fullpath,
java.lang.String delim,
boolean partialmatch,
int index)
Purpose: Sarch through a 2D Array for a fully qualified node. |
public static NodeInfo getObjectDataNodeInfo(java.lang.String[][] a2Dobj, java.lang.String fullpath, java.lang.String delim, boolean partialmatch)
2Dobj,
- the 2D array to searchfullpath,
- the fully qualified path of the node to be locateddelim,
- the node delimiterpartialmatch,
- whether to perform partial or exact match search for nodepublic static NodeInfo getObjectDataNodeInfo(java.lang.String[][] a2Dobj, java.lang.String fullpath, java.lang.String delim, boolean partialmatch, int index)
2Dobj,
- the 2D array to searchfullpath,
- the fully qualified path of the node to be locateddelim,
- the node delimiterpartialmatch,
- whether to perform partial or exact match search for nodeindex,an
- int indicating the Nth duplicate item to matchCopyright © SAS Institute. All Rights Reserved.