public class BartAdminXMLMapping extends java.lang.Object implements XMLMapping
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Hashtable<java.lang.String,java.lang.String> |
map
Map containing the mapping between tag names and HCI class names.
|
| Constructor and Description |
|---|
BartAdminXMLMapping()
Builds a new mapping for Administration own classes and XML
tag.
|
| 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. |
protected java.util.Hashtable<java.lang.String,java.lang.String> map
public BartAdminXMLMapping()
public java.lang.Class<?> getClass(java.lang.String nsUri,
java.lang.String tag,
XMLAttributes atts)
XMLMappingJava class for a specified XML tag and its attributes in a namespace.getClass in interface XMLMappingnsUri - 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 constructor