Class AbstractITextEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.String,​java.lang.Object> INTERNAL_PACKAGES  
      private static java.lang.String ONLY_FOR_INTERNAL_USE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractITextEvent()
      Creates an instance of abstract iText event.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void registerNamespace​(java.lang.String namespace)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ONLY_FOR_INTERNAL_USE

        private static final java.lang.String ONLY_FOR_INTERNAL_USE
        See Also:
        Constant Field Values
      • INTERNAL_PACKAGES

        private static final java.util.Map<java.lang.String,​java.lang.Object> INTERNAL_PACKAGES
    • Constructor Detail

      • AbstractITextEvent

        protected AbstractITextEvent()
        Creates an instance of abstract iText event. Only for internal usage.
    • Method Detail

      • registerNamespace

        static void registerNamespace​(java.lang.String namespace)