Package com.ibm.di.parser.xml
Class NamespacesTracker
- java.lang.Object
-
- com.ibm.di.parser.xml.NamespacesTracker
-
- Direct Known Subclasses:
NullNamespacesTracker
public class NamespacesTracker extends java.lang.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