Package com.highdeal.calendar.hci
Class CalendarXMLMapping
java.lang.Object
com.highdeal.calendar.hci.CalendarXMLMapping
- All Implemented Interfaces:
XMLMapping
Defines the mapping between XML tags and marshallable classes.
-
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
-
CalendarXMLMapping
public CalendarXMLMapping()Builds and initializes an XML mapping for calendar.
-
-
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
-