ImageGear for Java
lookUp Method
Searches the node list for a node which Tag is equal to the specified tag ID.
Overload List
OverloadDescription
lookUp(int)Searches the node list for a node which Tag is equal to the specified tag ID.  
lookUp(Enum<?>)Searches the node list for a node which Tag is equal to the numerical value of the specified tag ID.  
lookUp(String)Searches the node list for a node whose Name is equal to the specified string value.  
lookUp(Enum<?>[])Searches the node list recursively for a node, according to the path parameter.  
lookUp(int[])Searches the node list recursively for a node, according to the path parameter.  
lookUp(String[])This method searches the node list recursively for a node, 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 node is not present, the method returns null.

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

 
See Also

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback