|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.dna.impl.SAXConfigurationSerializer
Utility class that serializes a Configuration object to a SAX2 compliant ContentHandler.
Constructor Summary | |
SAXConfigurationSerializer()
|
Method Summary | |
void |
serialize(Configuration configuration,
org.xml.sax.ContentHandler handler)
Serialize the configuration 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 SAXConfigurationSerializer()
Method Detail |
public void serialize(Configuration configuration, org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
handler
- the ContentHandler to write Configuration out toconfiguration
- the Configuration
org.xml.sax.SAXException
- if the handler throws an exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |