Class PrePostExtensionImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.String fullJavaName)  
      java.lang.String getHandlerNameForJavaSource()
      Returns the name of the handler in a form that can be put in a java source.
      NameSet getNameSet()  
      java.lang.String getStaticHandler()
      Get the fully qualified static handler class name.
      boolean hasPostCall()
      Returns true if the static handler class has a preSet() method with the following signature:
      public static void postSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int};
      boolean hasPreCall()
      Returns true if the static handler class has a preSet() method with the following signature:
      public static boolean preSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int};
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrePostExtensionImpl

        public PrePostExtensionImpl()
    • Method Detail

      • getNameSet

        public NameSet getNameSet()
      • contains

        public boolean contains​(java.lang.String fullJavaName)
      • hasPreCall

        public boolean hasPreCall()
        Description copied from interface: PrePostExtension
        Returns true if the static handler class has a preSet() method with the following signature:
        public static boolean preSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int};
        Specified by:
        hasPreCall in interface PrePostExtension
      • hasPostCall

        public boolean hasPostCall()
        Description copied from interface: PrePostExtension
        Returns true if the static handler class has a preSet() method with the following signature:
        public static void postSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int};
        Specified by:
        hasPostCall in interface PrePostExtension
      • getHandlerNameForJavaSource

        public java.lang.String getHandlerNameForJavaSource()
        Returns the name of the handler in a form that can be put in a java source.