| uk.org.ponder.saxalizer.DeSAXalizableAttrs
DeSAXalizableAttrs | public interface DeSAXalizableAttrs extends DeSAXalizable(Code) | | An object which can return a SAX attribute list (and oneday
comments, with SAX 2) to be written to a SAX stream
implements this interface.
|
getSAXGetAttrMethods | SAXAccessMethodSpec[] getSAXGetAttrMethods()(Code) | | Return an array of methods for querying the attributes
of an object to be written to a SAX stream.
The array of method specifications. |
|
|