Class PrePostExtensionImpl

java.lang.Object
org.apache.xmlbeans.impl.config.PrePostExtensionImpl
All Implemented Interfaces:
PrePostExtension

public class PrePostExtensionImpl extends Object implements PrePostExtension
  • Constructor Details

    • PrePostExtensionImpl

      public PrePostExtensionImpl()
  • Method Details

    • getNameSet

      public NameSet getNameSet()
    • contains

      public boolean contains(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
    • getStaticHandler

      public String getStaticHandler()
      Description copied from interface: PrePostExtension
      Get the fully qualified static handler class name.
      Specified by:
      getStaticHandler in interface PrePostExtension
    • getHandlerNameForJavaSource

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