public class PrePostExtensionImpl extends Object implements PrePostExtension
OPERATION_INSERT, OPERATION_REMOVE, OPERATION_SET
Constructor and Description |
---|
PrePostExtensionImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String fullJavaName) |
String |
getHandlerNameForJavaSource()
Returns the name of the handler in a form that can be put in a java source.
|
NameSet |
getNameSet() |
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}; |
public NameSet getNameSet()
public boolean contains(String fullJavaName)
public boolean hasPreCall()
PrePostExtension
public static boolean preSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int};
hasPreCall
in interface PrePostExtension
public boolean hasPostCall()
PrePostExtension
public static void postSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int};
hasPostCall
in interface PrePostExtension
public String getStaticHandler()
PrePostExtension
getStaticHandler
in interface PrePostExtension
public String getHandlerNameForJavaSource()