Class CallbackTarget

  • All Implemented Interfaces:
    Target

    public class CallbackTarget
    extends java.lang.Object
    implements Target
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object hint  
      Callback target  
    • Constructor Summary

      Constructors 
      Constructor Description
      CallbackTarget​(Callback target, java.lang.Object hint)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • hint

        public java.lang.Object hint
    • Constructor Detail

      • CallbackTarget

        public CallbackTarget​(Callback target,
                              java.lang.Object hint)
    • Method Detail

      • set

        public void set​(java.lang.Object value)
                 throws org.xml.sax.SAXException
        Specified by:
        set in interface Target
        Throws:
        org.xml.sax.SAXException