com.ibm.di.parser.xml
Class NamespacesTracker

java.lang.Object
  extended by com.ibm.di.parser.xml.NamespacesTracker
Direct Known Subclasses:
NullNamespacesTracker

public class NamespacesTracker
extends Object

This class is used for tracking the declared prefixes in the XML. It is used as a stack which increases its size each time the XML Parser2 enters in a child element. It decrease its size each time the XML Parser2 exits the child element and gets back to the child parent context. THIS CLASS IS FOR INTERNAL USAGE ONLY! MAY CHANGE IN THE FUTURE!

Since:
7.0

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait