Package com.highdeal.hci
Class XMLMappingList
java.lang.Object
com.highdeal.hci.XMLMappingList
- All Implemented Interfaces:
XMLMapping
This
Java class allows to merge different XML mapping objects into one.-
Constructor Summary
ConstructorsConstructorDescriptionXMLMappingList(XMLMapping[] mappings) Builds an XML mapping list from an array of mappings. -
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
-
XMLMappingList
Builds an XML mapping list from an array of mappings.- Parameters:
mappings- An array of XML mapping to be merged
-
-
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
-