org.outerj.daisy.frontend.util
Class XmlObjectXMLizable

java.lang.Object
  extended by org.outerj.daisy.frontend.util.XmlObjectXMLizable

public class XmlObjectXMLizable
extends java.lang.Object

An XMLizable wrapper around an XMLBeans XmlObject.


Constructor Summary
XmlObjectXMLizable(org.apache.xmlbeans.XmlObject xmlObject)
           
 
Method Summary
 void toSAX(org.xml.sax.ContentHandler contentHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlObjectXMLizable

public XmlObjectXMLizable(org.apache.xmlbeans.XmlObject xmlObject)
Parameters:
xmlObject - null is allowed
Method Detail

toSAX

public void toSAX(org.xml.sax.ContentHandler contentHandler)
           throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException


Copyright © -2006 . All Rights Reserved.