|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Parselet can serialize an element or attribute into a character stream. Vice versa, it can deserialize the character stream into an element or attribute.
Method Summary | |
java.lang.Object |
parse(java.lang.Object pData)
Called for parsing a character stream and returning an object with the parsed data. |
void |
serialize(java.lang.Object pSerializable,
java.lang.Object pData)
Called for serializing an element or attribute. |
Method Detail |
public void serialize(java.lang.Object pSerializable, java.lang.Object pData) throws org.xml.sax.SAXException
Called for serializing an element or attribute.
pSerializable
- The element or attribute to serialize.
Null is a valid value:
pData
- The object to serialize the pSerializable into.
org.xml.sax.SAXException
public java.lang.Object parse(java.lang.Object pData) throws org.xml.sax.SAXException
Called for parsing a character stream and returning an object with the parsed data.
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |