ImageGear for Java
lookUp(String) Method
Tag Name for which to search.
Searches the node list for a node whose Name is equal to the specified string value.
Syntax
public ImGearMetadataNode lookUp( 
   java.lang.String name
)

Parameters

name
Tag Name for which to search.

Return Value

ImGearMetadataNode class object.

If the list contains several nodes with this Name, method returns the first record. If a node is not present, the method returns null.

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

ImGearMetadataNode

See Also

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback