ImageGear for Java
ImGearMetadataNodeList Class
Members  
Collection of metadata nodes. Processes additional verifications concerning collection structure. Used as a part of ImGearMetadataTree.

Represents container (list) of ImGearMetadataNode instances and provides additional verifications for stored objects. For example, on adding, new MetadataNode is checked to be non-null, stand-alone ( ImGearMetadataNode.getParent == null) and not the same as the top node of the tree to which it is added.

Nodes with different Format values are allowed to be present in the same list. Multiple nodes with the same Tag value are also allowed. The list is not sorted automatically because the order of items may be significant for a particular format.

This class does not have any public constructor. Instances exist only as members of ImGearMetadataTree objects.

Syntax
public sealed class ImGearMetadataNodeList 
    extends Object
    implements java.util.List  
Inheritance Hierarchy

java.lang.Object
   com.accusoft.imagegear.core.ImGearMetadataNodeList

See Also

Reference

ImGearMetadataNodeList Members
com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback