|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.metaclass.io.SAXMetaClassSerializer
Utility class that serializes a ClassDescriptor object to a SAX2 compliant ContentHandler.
Constructor Summary | |
SAXMetaClassSerializer()
|
Method Summary | |
void |
serialize(org.xml.sax.ContentHandler handler,
ClassDescriptor descriptor)
Serialize the ClassDescriptor to as a Document to the specified ContentHandler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SAXMetaClassSerializer()
Method Detail |
public void serialize(org.xml.sax.ContentHandler handler, ClassDescriptor descriptor) throws org.xml.sax.SAXException
handler
- the handlerdescriptor
- the ClassDescriptor
org.xml.sax.SAXException
- if error during serilization
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |