|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLSerializable
For a generated class to be serializable, it has to implement this interface.
Method Summary | |
---|---|
void |
serializeAttributeBodies(XMLSerializer target)
Deprecated. Serializes texts as values of attributes into the specified target. |
void |
serializeAttributes(XMLSerializer target)
Deprecated. Serializes attributes into the specified target. |
void |
serializeElements(XMLSerializer target)
Deprecated. Serializes child elements and texts into the specified target. |
Method Detail |
---|
void serializeElements(XMLSerializer target) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void serializeAttributes(XMLSerializer target) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void serializeAttributeBodies(XMLSerializer target) throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |