|
||||||||||
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 |
serializeAttributes(XMLSerializer target)
Serializes attributes into the specified target. |
void |
serializeBody(XMLSerializer target)
Serializes child elements and texts into the specified target. |
void |
serializeURIs(XMLSerializer target)
Declares all the namespace URIs this object is using at its top-level scope into the specified target. |
Method Detail |
---|
void serializeBody(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 serializeURIs(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 |