Uses of Class
com.ibm.di.entry.NodeImpl
-
Packages that use NodeImpl Package Description com.ibm.di.entry Provides classes that implement the Security Verify Directory Integrator Entry model. -
-
Uses of NodeImpl in com.ibm.di.entry
Subclasses of NodeImpl in com.ibm.di.entry Modifier and Type Class Description 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 Modifier and Type Method Description void
Attribute. internalGetElementsByTagName(java.lang.String tagname, java.util.List<NodeImpl> attList)
void
Attribute. internalGetElementsByTagNameNS(java.lang.String namespaceURI, java.lang.String localName, java.util.List<NodeImpl> attList)
-