Package com.highdeal.rangetable.hci
Class RangeTableXMLMapping
java.lang.Object
com.highdeal.rangetable.hci.RangeTableXMLMapping
- All Implemented Interfaces:
XMLMapping
This
Java class implements the mapping between the XML tags
and the Java classes for the HCI layer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getClass(String nsUri, String tag, XMLAttributes atts) Returns theJava classfor a specifiedXML tagand its attributes in a namespace.
-
Constructor Details
-
RangeTableXMLMapping
public RangeTableXMLMapping()
-
-
Method Details
-
getClass
Description copied from interface:XMLMappingReturns theJava classfor a specifiedXML tagand its attributes in a namespace.- Specified by:
getClassin interfaceXMLMapping- Parameters:
nsUri- The unique resource identifier of the namespace of the XML tagtag- The local part of the XML tagatts- The attributes of the XML tag- Returns:
- A
Java classwith a default constructor
-