| uk.org.ponder.saxalizer.SAXalizableExtraAttrs
SAXalizableExtraAttrs | public interface SAXalizableExtraAttrs (Code) | | A class which in addition to associating various attribute names with method names, also
accepts arbitrary additional attributes implements this interface.
|
Method Summary | |
public Map | getAttributes() This method is called to report the discovery of arbitary additional attributes
attached to the tag corresponding to this node in the SAX stream. |
getAttributes | public Map getAttributes()(Code) | | This method is called to report the discovery of arbitary additional attributes
attached to the tag corresponding to this node in the SAX stream.
Parameters: hal - The extra attributes to report. |
|
|