ImageGear for Java
lookUpLeaf(String[]) Method
Path to a data element in the metadata structure.
This method searches the node list recursively for a leaf, according to the path parameter. Length of the path should correspond to the metadata structure depth, at which the desired node is located.

If a leaf is not present, the method returns null.

The method does not search in the subtrees of the node list.

Syntax
public ImGearMetadataLeaf lookUpLeaf( 
   java.lang.String[] path
)

Parameters

path
Path to a data element in the metadata structure.

Return Value

See Also

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback