com.ibm.di.parser.xml
Class NullNamespacesTracker

java.lang.Object
  extended by com.ibm.di.parser.xml.NamespacesTracker
      extended by 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
NullNamespacesTracker()
          Creates a new instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullNamespacesTracker

public NullNamespacesTracker()
Creates a new instance.