public interface XMLMapping
Java interface defines the mapping between XML tags and
Java classes; The Java classes returned through this mapping must
have a default constructor.| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getClass(java.lang.String nsUri,
java.lang.String tag,
XMLAttributes atts)
Returns the
Java class for a specified XML tag and its attributes in a namespace. |
java.lang.Class<?> getClass(java.lang.String nsUri,
java.lang.String tag,
XMLAttributes atts)
Java class for a specified XML tag and its attributes in a namespace.nsUri - The unique resource identifier of the namespace of the XML tagtag - The local part of the XML tagatts - The attributes of the XML tagJava class with a default constructorIgnorableTagException - when the XML tag can be safely ignored