ImageGear for Java
lookUp(Enum<?>) Method
Tag ID to search for.
Searches the node list for a node which Tag is equal to the numerical value of the specified tag ID.
Syntax
public ImGearMetadataNode lookUp( 
   java.lang.Enum<?> tag
)

Parameters

tag
Tag ID to search for.

Return Value

ImGearMetadataNode class object.

If the list contains several nodes with this tag ID, 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.

See Also

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback