Uses of Class
com.ibm.di.parser.xml.NamespacesTracker
-
Packages that use NamespacesTracker Package Description com.ibm.di.parser.xml Provides classes for the XML 2 parser. -
-
Uses of NamespacesTracker in com.ibm.di.parser.xml
Subclasses of NamespacesTracker in com.ibm.di.parser.xml Modifier and Type Class Description class
NullNamespacesTracker
The XML Parser don't need to track the namespaces for certain cases so we are using this class to avoid doing any namespace tracking.Fields in com.ibm.di.parser.xml declared as NamespacesTracker Modifier and Type Field Description protected NamespacesTracker
XMLParser2. nsTracker
Used for tracking the written namespaces
-