Package com.ibm.di.parser.xml
Class NullNamespacesTracker
- java.lang.Object
-
- com.ibm.di.parser.xml.NamespacesTracker
-
- com.ibm.di.parser.xml.NullNamespacesTracker
-
public class NullNamespacesTracker extends NamespacesTracker
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. THIS CLASS IS FOR INTERNAL USAGE ONLY! MAY CHANGE IN THE FUTURE!- Since:
- 7.0
-
-
Constructor Summary
Constructors Constructor Description NullNamespacesTracker()
Creates a new instance.
-