Uses of Class
com.ibm.di.entry.NodeImpl

Packages that use NodeImpl
com.ibm.di.entry Provides classes that implement the Tivoli Directory Integrator Entry model. 
 

Uses of NodeImpl in com.ibm.di.entry
 

Subclasses of NodeImpl in com.ibm.di.entry
 class Attribute
          The Attribute class is used in conjunction with the Entry object to store information about an attribute.
 class AttributeValue
          The AttributeValue class is used in conjunction with the Attribute object to store information about an attribute value.
 class CharacterDataImpl
           
 class Property
          This class represents the attribute in terms of XML concepts.
 

Method parameters in com.ibm.di.entry with type arguments of type NodeImpl
 void Attribute.internalGetElementsByTagName(String tagname, List<NodeImpl> attList)
           
 void Attribute.internalGetElementsByTagNameNS(String namespaceURI, String localName, List<NodeImpl> attList)