Class 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
    • 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.